diff --git a/app/components/Settings/SettingsSheet.vue b/app/components/Settings/SettingsSheet.vue index 826c085..837194d 100644 --- a/app/components/Settings/SettingsSheet.vue +++ b/app/components/Settings/SettingsSheet.vue @@ -14,7 +14,7 @@ isOpen.value = false; } - const { settings } = useSettings(); + const { insertionPoint, design } = useSettings(); const { t, locale, locales, setLocale } = useI18n(); const supportedLocales = locales.value.map((l) => l.code); @@ -93,7 +93,7 @@