Skip to content

Commit

Permalink
Merge pull request #29 from agrim-deriv/Agrim/DAPI-528/EditDelete
Browse files Browse the repository at this point in the history
Agrim/dapi 528/Delete
  • Loading branch information
shafin-deriv authored Jun 7, 2024
2 parents fb20e6c + d13f31e commit d59754b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/dashboard/components/AppsTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const AppsTable = ({ apps }: AppsTableProps) => {
return {
openDeleteDialog: () => {
setActionRow(item);
// setIsDeleteOpen(true);
setIsDeleteOpen(true);
},

openEditDialog: () => {
Expand Down

0 comments on commit d59754b

Please sign in to comment.