From c0c4793ceebf51f8cdbe6c00f5d21a10fa85cfa4 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 31 Mar 2025 01:49:17 +0200 Subject: [PATCH] chore(FE): rm unused func --- resources/js/components/content/Dashboard.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/resources/js/components/content/Dashboard.vue b/resources/js/components/content/Dashboard.vue index f29626c..ede62c0 100644 --- a/resources/js/components/content/Dashboard.vue +++ b/resources/js/components/content/Dashboard.vue @@ -71,10 +71,6 @@ const resetItemEdited = () => { showCreateEditMode.value = false; showInstanceCreateEditMode.value = false; } - -const saveShow = () => { - -}