From 74dded86c0010d50d0740433534f872ff3c7ab1b Mon Sep 17 00:00:00 2001 From: isra el Date: Fri, 29 Mar 2024 06:54:08 +0300 Subject: [PATCH] chore(web): temporarily disable delete buttons --- web/components/dashboard/ApiKeyList.tsx | 2 +- web/components/dashboard/DeviceList.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/web/components/dashboard/ApiKeyList.tsx b/web/components/dashboard/ApiKeyList.tsx index 5af7ad3..118f17c 100644 --- a/web/components/dashboard/ApiKeyList.tsx +++ b/web/components/dashboard/ApiKeyList.tsx @@ -34,7 +34,7 @@ const ApiKeyRow = ({ apiKey }: any) => { {apiKey.status} - + diff --git a/web/components/dashboard/DeviceList.tsx b/web/components/dashboard/DeviceList.tsx index 4d38d55..b1e2e88 100644 --- a/web/components/dashboard/DeviceList.tsx +++ b/web/components/dashboard/DeviceList.tsx @@ -30,6 +30,7 @@ const DeviceRow = ({ device, onDelete }: any) => { aria-label='Delete' icon={} onDoubleClick={onDelete} + disabled />