We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c498230 commit 6030cb5Copy full SHA for 6030cb5
1 file changed
apps/frontend/src/providers/version/manage-version-modal.ts
@@ -643,7 +643,10 @@ export function createManageVersionContext(
643
// Wait for upload to complete
644
await uploadHandle.promise
645
646
+ isUploading.value = false
647
+ await nextTick()
648
modal.value?.hide()
649
+
650
addNotification({
651
title: 'Project version created',
652
text: 'The version has been successfully added to your project.',
0 commit comments