feat: implement delete connection/chat

This commit is contained in:
Steven
2023-03-27 01:06:28 +08:00
parent cad70c919a
commit ca73de6c8b
7 changed files with 67 additions and 53 deletions

View File

@ -13,7 +13,7 @@ const ClearDataConfirmModal = (props: Props) => {
toast.success("Message cleared. The page will be reloaded.");
setTimeout(() => {
window.location.reload();
}, 1500);
}, 300);
};
return (