Skip to content

Commit

Permalink
fix(projects): fix setupAppVersionNotification render
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jun 7, 2024
1 parent ff51b72 commit 6a6eb9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function setupAppVersionNotification() {
n?.destroy();
}
},
$t('system.updateCancel')
() => $t('system.updateCancel')
),
h(
NButton,
Expand All @@ -29,7 +29,7 @@ export function setupAppVersionNotification() {
location.reload();
}
},
$t('system.updateConfirm')
() => $t('system.updateConfirm')
)
]);
}
Expand Down

0 comments on commit 6a6eb9a

Please sign in to comment.