Skip to content

Commit

Permalink
Merge pull request #162 from AkshataKatwal16/page-issue
Browse files Browse the repository at this point in the history
Issue feat:Replace  actionItem with actual actionItem value
  • Loading branch information
itsvick authored Jan 3, 2025
2 parents 9eb4fb7 + d6a2bf9 commit d79b2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ConfirmActionPopup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const ConfirmActionPopup: React.FC<ConfirmActionPopupProps> = ({

<DialogContent>
<Typography gutterBottom mt="20px">
{actionType === 'publish' ? 'Please confirm that ALL the following items are verified (by ticking the checkboxes) before you can {actionType}':'Please select the reason(s) for rejection by ticking the checkboxes below and provide a comment to proceed with rejecting the action:'}
{actionType === 'publish' ?`Please confirm that ALL the following items are verified (by ticking the checkboxes) before you can ${actionType}`:'Please select the reason(s) for rejection by ticking the checkboxes below and provide a comment to proceed with rejecting the action:'}
</Typography>

<Box mt={2}>
Expand Down

0 comments on commit d79b2e2

Please sign in to comment.