From 9c56c9b346b678fb0e92e2c3344f7cdaa615ff21 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sun, 3 Dec 2023 18:15:40 +0100 Subject: [PATCH] Fixed the buttons of `ActionsSelect` and `ActionsInput` having a default `type="submit"` (#4162) * fixed the buttons having a default type="submit" * fixed linting issue --- src/components/ActionInput.vue | 2 +- src/components/ActionSelect.vue | 2 +- src/components/settings/Notifications.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ActionInput.vue b/src/components/ActionInput.vue index 44c9e586..a61e4f96 100644 --- a/src/components/ActionInput.vue +++ b/src/components/ActionInput.vue @@ -8,7 +8,7 @@ :placeholder="placeholder" :disabled="!enabled" > - diff --git a/src/components/ActionSelect.vue b/src/components/ActionSelect.vue index b163cd3a..d47154f4 100644 --- a/src/components/ActionSelect.vue +++ b/src/components/ActionSelect.vue @@ -3,7 +3,7 @@ - diff --git a/src/components/settings/Notifications.vue b/src/components/settings/Notifications.vue index af1e92de..9c0264a5 100644 --- a/src/components/settings/Notifications.vue +++ b/src/components/settings/Notifications.vue @@ -27,7 +27,7 @@
{{ day }} {{ $tc("day", day) }} -