diff --git a/src/features/dashboard/components/AppsTable/index.tsx b/src/features/dashboard/components/AppsTable/index.tsx index d427c9b3b..0fe0cae37 100644 --- a/src/features/dashboard/components/AppsTable/index.tsx +++ b/src/features/dashboard/components/AppsTable/index.tsx @@ -104,7 +104,7 @@ const AppsTable = ({ apps }: AppsTableProps) => { return { openDeleteDialog: () => { setActionRow(item); - // setIsDeleteOpen(true); + setIsDeleteOpen(true); }, openEditDialog: () => {