mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-07-28 17:53:21 +08:00
feat: implement delete connection/chat
This commit is contained in:
@ -13,7 +13,7 @@ const ClearDataConfirmModal = (props: Props) => {
|
||||
toast.success("Message cleared. The page will be reloaded.");
|
||||
setTimeout(() => {
|
||||
window.location.reload();
|
||||
}, 1500);
|
||||
}, 300);
|
||||
};
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user