This commit is contained in:
Zacharias-Brohn
2026-01-14 22:51:46 +01:00
parent e222977f5c
commit c51b3c3fab
14 changed files with 452 additions and 216 deletions
+1
View File
@@ -528,6 +528,7 @@ export default function ChatLayout() {
};
const handleRemoveChat = async (chatId: string) => {
// eslint-disable-next-line no-alert
if (!window.confirm('Are you sure you want to delete this chat?')) {
return;
}