fix: fix album modal not showing up

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2327>
This commit is contained in:
Kasper Seweryn 2023-01-20 21:28:54 +01:00 committed by Marge
parent a591f343f3
commit 88d3e23cc9
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ watch(show, () => {
}) })
const albumForm = ref() const albumForm = ref()
defineExpose({
show
})
</script> </script>
<template> <template>