lint
This commit is contained in:
parent
3cda070507
commit
e7cdf00d11
|
@ -72,9 +72,9 @@
|
||||||
:compact="true"
|
:compact="true"
|
||||||
/>
|
/>
|
||||||
<ColorInput
|
<ColorInput
|
||||||
name="virtual-directive-color"
|
|
||||||
v-if="selectedVirtualDirectiveValType === 'color'"
|
v-if="selectedVirtualDirectiveValType === 'color'"
|
||||||
v-model="draftVirtualDirective"
|
v-model="draftVirtualDirective"
|
||||||
|
name="virtual-directive-color"
|
||||||
:fallback="computeColor(draftVirtualDirective)"
|
:fallback="computeColor(draftVirtualDirective)"
|
||||||
:label="$t('settings.style.themes3.editor.variables.virtual_color')"
|
:label="$t('settings.style.themes3.editor.variables.virtual_color')"
|
||||||
:hide-optional-checkbox="true"
|
:hide-optional-checkbox="true"
|
||||||
|
|
|
@ -140,7 +140,6 @@ const persistedStateOptions = {
|
||||||
return await afterStoreSetup({ store, i18n })
|
return await afterStoreSetup({ store, i18n })
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
splashError(i18n, e)
|
splashError(i18n, e)
|
||||||
|
|
||||||
}
|
}
|
||||||
})()
|
})()
|
||||||
|
|
||||||
|
|
|
@ -187,7 +187,7 @@ export const defaultState = {
|
||||||
unseenAtTop: undefined, // instance default
|
unseenAtTop: undefined, // instance default
|
||||||
ignoreInactionableSeen: undefined, // instance default
|
ignoreInactionableSeen: undefined, // instance default
|
||||||
unsavedPostAction: undefined, // instance default
|
unsavedPostAction: undefined, // instance default
|
||||||
autoSaveDraft: undefined // instance default
|
autoSaveDraft: undefined, // instance default
|
||||||
useAbsoluteTimeFormat: undefined, // instance default
|
useAbsoluteTimeFormat: undefined, // instance default
|
||||||
absoluteTimeFormatMinAge: undefined // instance default
|
absoluteTimeFormatMinAge: undefined // instance default
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue