local indicator
This commit is contained in:
parent
449c244d11
commit
463cc2ef5c
29 changed files with 28 additions and 51 deletions
|
|
@ -2,7 +2,6 @@ import { mapState } from 'pinia'
|
|||
|
||||
import BooleanSetting from '../helpers/boolean_setting.vue'
|
||||
import ChoiceSetting from '../helpers/choice_setting.vue'
|
||||
import ProfileSettingIndicator from '../helpers/profile_setting_indicator.vue'
|
||||
import SharedComputedObject from '../helpers/shared_computed_object.js'
|
||||
import UnitSetting from '../helpers/unit_setting.vue'
|
||||
|
||||
|
|
@ -25,7 +24,6 @@ const GeneralTab = {
|
|||
BooleanSetting,
|
||||
ChoiceSetting,
|
||||
UnitSetting,
|
||||
ProfileSettingIndicator,
|
||||
},
|
||||
computed: {
|
||||
...mapState(useInstanceCapabilitiesStore, [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue