fix(core): adjust notify style (#6724)

This commit is contained in:
EYHN
2024-04-29 03:51:40 +00:00
parent 8d342f85ad
commit 704532bd2f
6 changed files with 7 additions and 8 deletions

View File

@@ -233,9 +233,8 @@ export const SignOutConfirmModal = () => {
} catch (err) {
console.error(err);
// TODO: i18n
notify({
style: 'alert',
message: 'Failed to sign out',
notify.error({
title: 'Failed to sign out',
});
}