From 2982ae035f18f7107e08b26bb41d638183efe100 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Sun, 14 Jul 2024 20:53:15 +0200 Subject: [PATCH] Lint --- resources/js/views/form/Index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/js/views/form/Index.vue b/resources/js/views/form/Index.vue index c74a590c..682f5adf 100644 --- a/resources/js/views/form/Index.vue +++ b/resources/js/views/form/Index.vue @@ -201,12 +201,12 @@ var { meta, data, reloadPage, create, single, edit, cancel, submit, remove, getF const axios = inject('axios'); const toast = useToast(); -const active = ref(0); -const activeMailTab = ref(0); const deleting = ref(null); const showing = ref(null); const fileSettingPopup = ref(null); +const active = ref(0); +const activeMailTab = ref(0); const tabs = [{ title: 'Allgemeines' }, { title: 'Formular' }, { title: 'Bestätigungs-E-Mail' }, { title: 'Export' }, { title: 'Prävention' }]; const mailTabs = [{ title: 'vor Daten' }, { title: 'nach Daten' }];