Skip to content

Commit 1f3fcf3

Browse files
committed
fix: eslint issue
1 parent 6d3e176 commit 1f3fcf3

File tree

1 file changed

+1
-1
lines changed
  • src/Pages/GlobalConfigurations/Authorization/shared/components/BulkSelection

1 file changed

+1
-1
lines changed

src/Pages/GlobalConfigurations/Authorization/shared/components/BulkSelection/BulkDeleteModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const getModalConfig = ({ selectedIdentifiersCount }: Pick<BulkDeleteModalProps,
3131
successToastText: 'Selected group(s) deleted successfully',
3232
confirmationText: `delete ${selectedIdentifiersCount} ${selectedIdentifiersCount > 1 ? 'groups' : 'group'}`,
3333
},
34-
} as const)
34+
}) as const
3535

3636
const BulkDeleteModal = ({
3737
entityType,

0 commit comments

Comments
 (0)