From 84902191e5898b54ecb1c9a4719c19d08cbeec7a Mon Sep 17 00:00:00 2001 From: cp6 Date: Sun, 13 Nov 2022 15:47:24 +1100 Subject: [PATCH] Updated delete modal component Updated delete modal component to display none initially and have the id "confirmDeleteModal" to remove this class. This prevents the modal flashing up briefly on page laod --- resources/views/components/delete-confirm-modal.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/components/delete-confirm-modal.blade.php b/resources/views/components/delete-confirm-modal.blade.php index d1a6878..d1fb888 100644 --- a/resources/views/components/delete-confirm-modal.blade.php +++ b/resources/views/components/delete-confirm-modal.blade.php @@ -1,7 +1,7 @@
- -