From 7c1d1efd4e55c071886fd502149988978c2b5143 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Wed, 27 Dec 2023 15:38:04 +0700 Subject: [PATCH] fix: enable enter command on dialog confirmation delete thread (#1218) * fix: enable enter command on dialog confirmation delete thread * fix: update copy delete thread dialog confirmation --- web/screens/Chat/ThreadList/index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/screens/Chat/ThreadList/index.tsx b/web/screens/Chat/ThreadList/index.tsx index fb6594fdb..a55cc2830 100644 --- a/web/screens/Chat/ThreadList/index.tsx +++ b/web/screens/Chat/ThreadList/index.tsx @@ -161,7 +161,10 @@ export default function ThreadList() { Delete Thread -

Are you sure you want to delete this thread?

+

+ Are you sure you want to delete this thread? This action + cannot be undone. +

@@ -169,6 +172,7 @@ export default function ThreadList() {