Commit 49514a15 authored by Filipa Lacerda's avatar Filipa Lacerda Committed by Clement Ho

Removes disabled rule from settings_panel EE to match the CE version

parent 3a068e21
<script>
/* eslint-disable vue/require-default-prop */
import projectFeatureSetting from './project_feature_setting.vue';
import projectFeatureToggle from '../../../../../vue_shared/components/toggle_button.vue';
import projectSettingRow from './project_setting_row.vue';
......@@ -41,14 +40,17 @@
visibilityHelpPath: {
type: String,
required: false,
default: '',
},
lfsHelpPath: {
type: String,
required: false,
default: '',
},
registryHelpPath: {
type: String,
required: false,
default: '',
},
},
......
---
title: Remove differences between CE and EE settings panel component
merge_request:
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment