You've already forked AstralRinth
forked from didirus/AstralRinth
fix: auto close version modal after create (#5108)
* fix: auto closing version modal * hide on next tick
This commit is contained in:
@@ -643,7 +643,10 @@ export function createManageVersionContext(
|
||||
// Wait for upload to complete
|
||||
await uploadHandle.promise
|
||||
|
||||
isUploading.value = false
|
||||
await nextTick()
|
||||
modal.value?.hide()
|
||||
|
||||
addNotification({
|
||||
title: 'Project version created',
|
||||
text: 'The version has been successfully added to your project.',
|
||||
|
||||
Reference in New Issue
Block a user