easier to delete

This commit is contained in:
Pallavi Kumari
2025-10-19 20:37:07 +05:30
parent ae4a24f4aa
commit f258c41f15
11 changed files with 22 additions and 74 deletions

View File

@@ -279,24 +279,13 @@ export default function ClientsTable({ clients, orgId }: ClientTableProps) {
dialog={
<div className="space-y-4">
<p>
Are you sure you want to remove the client{" "}
<b>
{selectedClient?.name || selectedClient?.id}
</b>{" "}
from the site and organization?
{t("deleteClientQuestion")}
</p>
<p>
<b>
Once removed, the client will no longer be
able to connect to the site.{" "}
{t("clientMessageRemove")}
</b>
</p>
<p>
To confirm, please type the name of the client
below.
</p>
</div>
}
buttonText="Confirm Delete Client"