From bdbb11b96af207269398fce021ea9cc9f1442ba9 Mon Sep 17 00:00:00 2001 From: anulax1225 Date: Mon, 27 Jan 2025 23:49:32 +0100 Subject: [PATCH] Photo and album --- resources/js/Pages/Album/Partials/Show.vue | 12 +++++------- resources/js/Pages/Photo/Partials/Edit.vue | 2 +- resources/js/Pages/Photo/Partials/Show.vue | 6 +++--- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/resources/js/Pages/Album/Partials/Show.vue b/resources/js/Pages/Album/Partials/Show.vue index 6b20059..9806a76 100644 --- a/resources/js/Pages/Album/Partials/Show.vue +++ b/resources/js/Pages/Album/Partials/Show.vue @@ -27,9 +27,7 @@ const props = defineProps({ const form = useForm(); -const photoState = reactive({ edit: false }); - -const emits = defineEmits(["full-screen"]); +const albumState = reactive({ edit: false }); const deleteAlbum = async (e) => { Utils.Prevent(e); @@ -54,10 +52,10 @@ const deleteAlbum = async (e) => {