Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Angelina Filippova
admin-fe
Commits
7440c2ce
Commit
7440c2ce
authored
Feb 05, 2020
by
Angelina Filippova
Browse files
Render select component for settings that have dropdown type
parent
363424ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/views/settings/components/Inputs.vue
View file @
7440c2ce
...
...
@@ -24,7 +24,7 @@
class=
"top-margin"
@
change=
"update($event, settingGroup.group, settingGroup.key, settingParent, setting.key, setting.type, nested)"
/>
<el-select
v-if=
"setting.type === 'module' || (setting.type.includes('atom') && setting.type.includes(
false
))"
v-if=
"setting.type === 'module' || (setting.type.includes('atom') && setting.type.includes(
'dropdown'
))"
:value=
"inputValue"
clearable
@
change=
"update($event, settingGroup.group, settingGroup.key, settingParent, setting.key, setting.type, nested)"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment