From 45c5c56cff047cb129420c4e72d8a06aaec6d434 Mon Sep 17 00:00:00 2001 From: Geriano Date: Tue, 9 Aug 2022 02:39:33 +0700 Subject: [PATCH] fix bug when creating new data still triggered update --- resources/js/Pages/Superuser/Menu/Index.vue | 2 +- resources/js/Pages/Superuser/Permission/Index.vue | 2 +- resources/js/Pages/Superuser/Role/Index.vue | 2 +- resources/js/Pages/Superuser/User/Index.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/js/Pages/Superuser/Menu/Index.vue b/resources/js/Pages/Superuser/Menu/Index.vue index ca251e0..557a622 100644 --- a/resources/js/Pages/Superuser/Menu/Index.vue +++ b/resources/js/Pages/Superuser/Menu/Index.vue @@ -147,7 +147,7 @@ onUnmounted(() => window.removeEventListener('keydown', esc))