feat(front): close album modal after successful album creation

This commit is contained in:
ArneBo 2025-05-03 14:38:32 +02:00 committed by Arne Bollinger
parent c2a74f964f
commit 5e624b70e8
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ const submit = async () => {
} finally {
isLoading.value = false
emit('created')
isOpen.value = false
}
}