Skip to content

Commit

Permalink
psp-7657 fix modal buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
devinleighsmith committed Jan 29, 2024
1 parent 99d2b39 commit a937514
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ const DispositionTeamSubForm: React.FunctionComponent<
...getDeleteModalProps(),
title: 'Remove Team Member',
message: 'Do you wish to remove this team member?',
okButtonText: 'Remove',
okButtonText: 'Yes',
cancelButtonText: 'No',
handleOk: async () => {
arrayHelpers.remove(index);
setDisplayModal(false);
Expand Down

0 comments on commit a937514

Please sign in to comment.