Skip to content

Commit ae5eaae

Browse files
author
Rob Gregg
committed
fix(PatternStopCard.js): Attempt to fix flow issue again
#668
1 parent 0255029 commit ae5eaae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/editor/components/pattern/PatternStopCard.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ type Props = {
3737
index: number,
3838
isDragging: boolean,
3939
moveCard: (string, number) => void,
40+
onChange: () => void,
4041
patternEdited: boolean,
4142
patternStop: PatternStop,
4243
removeStopFromPattern: typeof stopStrategiesActions.removeStopFromPattern,

0 commit comments

Comments
 (0)