Skip to content

Commit

Permalink
FWF-4211 [Bugfix] sonarcloud fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-s-aot committed Jan 10, 2025
1 parent 2936626 commit 6db75d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forms-flow-web/src/components/Form/EditForm/FlowEdit.js
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ FlowEdit.propTypes = {
}).isRequired,
isPublished: PropTypes.bool.isRequired,
setWorkflowIsChanged: PropTypes.func,
workflowIsChanged: PropTypes.bool,
migration: PropTypes.bool,
setMigration: PropTypes.func,
redirectUrl: PropTypes.string,
Expand Down

0 comments on commit 6db75d9

Please sign in to comment.