fix: #589 improve unauthorized tips
This commit is contained in:
@@ -156,7 +156,7 @@ export function showToast(
|
||||
};
|
||||
|
||||
setTimeout(() => {
|
||||
// close();
|
||||
close();
|
||||
}, delay);
|
||||
|
||||
root.render(<Toast content={content} action={action} />);
|
||||
|
||||
Reference in New Issue
Block a user