Skip to content

Commit

Permalink
I want something without a message.
Browse files Browse the repository at this point in the history
  • Loading branch information
caipira113 committed Jan 8, 2024
1 parent 672be42 commit 20c00c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/frontend/src/components/MkUpdated.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ const close = async () => {
text: i18n.ts.cherrypickUpdatedCacheClear,
});
if (canceled) {
await os.alert({
type: 'info',
text: i18n.ts.cherrypickUpdatedCacheClearLater,
});
return;
}
await clearCache();
Expand Down

0 comments on commit 20c00c7

Please sign in to comment.