Skip to content

Commit

Permalink
fix(projects): fix issue with 'Remind Me Later' button being unclicka…
Browse files Browse the repository at this point in the history
…ble. fixed #46 (#47)
  • Loading branch information
Azir-11 authored Oct 14, 2024
1 parent abe66bc commit a4e8f29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export function setupAppVersionNotification() {
const key = `open${Date.now()}`;

window.$notification?.open({
key,
message: $t('system.updateTitle'),
description: $t('system.updateContent'),
btn() {
Expand Down

0 comments on commit a4e8f29

Please sign in to comment.