diff --git a/package.json b/package.json index 27ee149625..79ac4993eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calckey", - "version": "13.2.0-dev16", + "version": "13.2.0-dev17", "codename": "aqua", "repository": { "type": "git", diff --git a/packages/client/src/pages/settings/drive.vue b/packages/client/src/pages/settings/drive.vue index cff31e45a1..a0c944dccb 100644 --- a/packages/client/src/pages/settings/drive.vue +++ b/packages/client/src/pages/settings/drive.vue @@ -23,11 +23,11 @@ - + {{ i18n.ts.uploadFolder }} - + @@ -47,6 +47,7 @@ import { computed, ref } from 'vue'; import tinycolor from 'tinycolor2'; import FormLink from '@/components/form/link.vue'; +import FormButton from '@/components/MkButton.vue'; import FormSwitch from '@/components/form/switch.vue'; import FormSection from '@/components/form/section.vue'; import MkKeyValue from '@/components/MkKeyValue.vue'; diff --git a/packages/client/src/pages/settings/notifications.vue b/packages/client/src/pages/settings/notifications.vue index 324d93ab94..b0bf970bca 100644 --- a/packages/client/src/pages/settings/notifications.vue +++ b/packages/client/src/pages/settings/notifications.vue @@ -1,10 +1,10 @@