fix: #589 improve unauthorized tips

This commit is contained in:
Yidadaa
2023-04-09 23:51:12 +08:00
parent 4a492264a1
commit 0e05733bbb
6 changed files with 66 additions and 48 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ export function showToast(
};
setTimeout(() => {
// close();
close();
}, delay);
root.render(<Toast content={content} action={action} />);