From 300f73331a22f231dd8b410e376699e417971b74 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 23 Dec 2024 04:38:43 +0200 Subject: [PATCH] more warnings fixed --- src/components/account_actions/account_actions.vue | 2 ++ .../bookmark_folder_edit/bookmark_folder_edit.vue | 2 ++ .../extra_notifications/extra_notifications.vue | 1 + src/components/follow_button/follow_button.vue | 1 + src/components/font_control/font_control.vue | 12 +++++------- src/components/gallery/gallery.vue | 1 - src/components/lists_edit/lists_edit.vue | 2 ++ src/components/palette_editor/palette_editor.vue | 1 + .../settings_modal/admin_tabs/frontends_tab.vue | 12 ++++++++++-- .../settings_modal/admin_tabs/limits_tab.js | 1 - .../settings_modal/helpers/attachment_setting.vue | 4 ---- src/components/settings_modal/settings_modal.vue | 5 ++++- .../tabs/security_tab/security_tab.vue | 2 ++ .../settings_modal/tabs/style_tab/style_tab.vue | 8 +++++++- .../tabs/style_tab/virtual_directives_tab.vue | 1 + src/components/status/status.vue | 5 ++++- 16 files changed, 42 insertions(+), 18 deletions(-) diff --git a/src/components/account_actions/account_actions.vue b/src/components/account_actions/account_actions.vue index 9a7c6824..62862a8f 100644 --- a/src/components/account_actions/account_actions.vue +++ b/src/components/account_actions/account_actions.vue @@ -86,6 +86,7 @@