mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
fix(core): adjust notify style (#6724)
This commit is contained in:
@@ -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',
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user