Skip to content

Commit

Permalink
Adding IDs to delete buttons on periodColumns.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
stairaku committed Dec 18, 2024
1 parent 189f5e8 commit a1d974d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ const paymentActions = (
original.statusTypeCode?.id !== LeasePeriodStatusTypes.EXERCISED && (
<RemoveIconButton
title="delete period"
id={`edit-period-${index}`}
onRemove={() => original.id && onDelete(original)}
/>
)}
Expand Down

0 comments on commit a1d974d

Please sign in to comment.