Skip to content

Commit

Permalink
fix auto checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
seniorITdev committed Jul 18, 2024
1 parent cc32b41 commit 8d691ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hpc-ftsadmin/src/app/pages/add-edit/flow-edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ export default (props: Props) => {
isParkedParent,
sources,
parentFlow: parentFlowData,
includeChildrenOfParkedFlows: false,
includeChildrenOfParkedFlows: props.isEdit ? false : true,
});
};

Expand Down

0 comments on commit 8d691ee

Please sign in to comment.