Skip to content

Commit

Permalink
fix TooltipMessage to deleteTooltipMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
DvoraShechter1 committed Sep 17, 2024
1 parent 8c2337d commit 56a0af3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export const JobFunctions: React.FC = () => {
</Td>
<ControlTableActionButtons
isDeleteEnabled={!!jobFunction.stakeholders}
// tooltipMessage="Cannot remove a Job function associated with stakeholder(s)"
deleteTooltipMessage="Cannot remove a Job function associated with stakeholder(s)"
onEdit={() => setCreateUpdateModalState(jobFunction)}
onDelete={() => deleteRow(jobFunction)}
/>
Expand Down

0 comments on commit 56a0af3

Please sign in to comment.