fix: #641 delete wrong chat list

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