Skip to content

Commit

Permalink
fix(editor): add missing updatePatternStops function
Browse files Browse the repository at this point in the history
  • Loading branch information
landonreed committed May 14, 2018
1 parent 4e04c5e commit b5abe1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/editor/components/pattern/PatternStopContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ class PatternStopContainer extends Component {
status,
stops,
updateActiveEntity,
updatePatternStops,
addStopToPattern,
removeStopFromPattern,
setActiveEntity
Expand Down Expand Up @@ -137,6 +138,7 @@ class PatternStopContainer extends Component {
activePattern={activePattern}
patternEdited={patternEdited}
updateActiveEntity={updateActiveEntity}
updatePatternStops={updatePatternStops}
saveActiveEntity={saveActiveEntity}
addStopToPattern={addStopToPattern}
removeStopFromPattern={removeStopFromPattern}
Expand Down

0 comments on commit b5abe1e

Please sign in to comment.