From 48e0333e714de6b098f3139390aee9009e761033 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Wed, 29 Mar 2023 12:53:07 -0700 Subject: [PATCH] fix: :bug: formlink -> button fixes notifications and drive in settings --- package.json | 2 +- packages/client/src/pages/settings/drive.vue | 5 +++-- packages/client/src/pages/settings/notifications.vue | 8 ++++---- 3 files changed, 8 insertions(+), 7 deletions(-) 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 @@