feat(front): close album modal after successful album creation
This commit is contained in:
parent
c2a74f964f
commit
5e624b70e8
|
@ -44,6 +44,7 @@ const submit = async () => {
|
||||||
} finally {
|
} finally {
|
||||||
isLoading.value = false
|
isLoading.value = false
|
||||||
emit('created')
|
emit('created')
|
||||||
|
isOpen.value = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue