From 3719410750a819fe782eca42cb01f1c95b594aff Mon Sep 17 00:00:00 2001 From: Waleed Latif Date: Tue, 18 Aug 2026 22:13:04 -0700 Subject: [PATCH] improvement(settings): drop the Delete account row's description The confirmation modal already states the consequence, and states it better: it names the account, enumerates the workspaces that will be deleted, notes which billing transfers instead, marks 'This cannot be undone' in the error color, and requires typing the email to proceed. Nothing is lost by removing the line from the row. The wrapper it shared with the row goes too, now that the row is the section's only child. --- .../settings/components/general/general.tsx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/apps/sim/app/workspace/[workspaceId]/settings/components/general/general.tsx b/apps/sim/app/workspace/[workspaceId]/settings/components/general/general.tsx index 57e986f0aa7..4438d755b4a 100644 --- a/apps/sim/app/workspace/[workspaceId]/settings/components/general/general.tsx +++ b/apps/sim/app/workspace/[workspaceId]/settings/components/general/general.tsx @@ -563,15 +563,9 @@ export function General() { {!isAuthDisabled && ( -
-
- - setShowDeleteAccountModal(true)}>Delete -
-

- Permanently deletes your account and everything only you can reach — workflows, - chats, files, knowledge bases and credentials. This cannot be undone. -

+
+ + setShowDeleteAccountModal(true)}>Delete
)}