From 88d3e23cc995eec20a61e1d480eb348310a95945 Mon Sep 17 00:00:00 2001 From: Kasper Seweryn Date: Fri, 20 Jan 2023 21:28:54 +0100 Subject: [PATCH] fix: fix album modal not showing up Part-of: --- front/src/components/channels/AlbumModal.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/front/src/components/channels/AlbumModal.vue b/front/src/components/channels/AlbumModal.vue index 387d7dbd8..cc7687f74 100644 --- a/front/src/components/channels/AlbumModal.vue +++ b/front/src/components/channels/AlbumModal.vue @@ -25,6 +25,9 @@ watch(show, () => { }) const albumForm = ref() +defineExpose({ + show +})