We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9d00e commit dddaca9Copy full SHA for dddaca9
src/ui/src/components/step-function-flow/FlowDiagram.jsx
@@ -240,7 +240,6 @@ FlowDiagram.propTypes = {
240
name: PropTypes.string,
241
}),
242
getStepIcon: PropTypes.func.isRequired,
243
-<<<<<<< HEAD
244
mergedConfig: PropTypes.shape({
245
summarization: PropTypes.shape({
246
enabled: PropTypes.bool,
@@ -252,8 +251,6 @@ FlowDiagram.propTypes = {
252
251
253
254
255
-=======
256
->>>>>>> develop
257
};
258
259
export default FlowDiagram;
0 commit comments