From 5e13f6225f4da5c571aacf86a3071dc47acd5dc2 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Tue, 10 Sep 2024 16:48:08 +0100 Subject: [PATCH] updated button name --- .../customers-list/table/columns/UserActionsCell.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/modules/apps/user-management/customers-list/table/columns/UserActionsCell.tsx b/src/app/modules/apps/user-management/customers-list/table/columns/UserActionsCell.tsx index 9a91389..c0bd89a 100644 --- a/src/app/modules/apps/user-management/customers-list/table/columns/UserActionsCell.tsx +++ b/src/app/modules/apps/user-management/customers-list/table/columns/UserActionsCell.tsx @@ -40,13 +40,13 @@ const UserActionsCell: FC = ({id}) => { data-kt-menu-trigger='click' data-kt-menu-placement='bottom-end' > - Actions - + View + {/* */} {/* begin::Menu */}
{/* begin::Menu item */}
-- 2.34.1