Skip to content

Commit 612d656

Browse files
committed
fix: upgrader modal closable issue
1 parent 3f91c3e commit 612d656

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/views/system/Upgrade.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ async function perform_upgrade() {
8888
clearInterval(t)
8989
progressStatus.value = 'success'
9090
progressPercent.value = 100
91+
modalClosable.value = true
9192
log('Upgraded successfully')
9293
})
9394
}, 2000)

0 commit comments

Comments
 (0)