Cleanup boolean/choice setting
This commit is contained in:
parent
8e88d8110b
commit
2da37f15ab
2 changed files with 2 additions and 38 deletions
|
|
@ -14,7 +14,7 @@
|
|||
:value="option.value"
|
||||
>
|
||||
{{ option.label }}
|
||||
{{ option.value === defaultValue ? $t('settings.instance_default_simple') : '' }}
|
||||
{{ option.value === defaultState ? $t('settings.instance_default_simple') : '' }}
|
||||
</option>
|
||||
</Select>
|
||||
<ModifiedIndicator :changed="isChanged" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue