Skip to content

Commit dddaca9

Browse files
author
Bob Strahan
committed
Fix merge conflict in FlowDiagram component PropTypes
1 parent 3a9d00e commit dddaca9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ui/src/components/step-function-flow/FlowDiagram.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ FlowDiagram.propTypes = {
240240
name: PropTypes.string,
241241
}),
242242
getStepIcon: PropTypes.func.isRequired,
243-
<<<<<<< HEAD
244243
mergedConfig: PropTypes.shape({
245244
summarization: PropTypes.shape({
246245
enabled: PropTypes.bool,
@@ -252,8 +251,6 @@ FlowDiagram.propTypes = {
252251
enabled: PropTypes.bool,
253252
}),
254253
}),
255-
=======
256-
>>>>>>> develop
257254
};
258255

259256
export default FlowDiagram;

0 commit comments

Comments
 (0)