Skip to content

Commit a4e8f29

Browse files
authored
fix(projects): fix issue with 'Remind Me Later' button being unclickable. fixed #46 (#47)
1 parent abe66bc commit a4e8f29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/app.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export function setupAppVersionNotification() {
3333
const key = `open${Date.now()}`;
3434

3535
window.$notification?.open({
36+
key,
3637
message: $t('system.updateTitle'),
3738
description: $t('system.updateContent'),
3839
btn() {

0 commit comments

Comments
 (0)