Skip to content

Commit

Permalink
FWF-4248: [Bugfix] Sonar cloud issue resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonymol-aot committed Jan 15, 2025
1 parent 92e359e commit ff94e46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion forms-flow-web/src/components/Modals/ActionModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@ ActionModal.propTypes = {
onAction: PropTypes.func.isRequired,
published: PropTypes.bool.isRequired,
isCreate: PropTypes.bool,
isMigrated: PropTypes.bool, // Adding validation for isMigrated
isMigrated: PropTypes.bool,
diagramType: PropTypes.string,
isPublished: PropTypes.bool,
};

export default ActionModal;

0 comments on commit ff94e46

Please sign in to comment.