Skip to content

Commit

Permalink
fix: remove useless code (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoMercy235 committed Mar 21, 2020
1 parent 1ee0f75 commit 6efe6d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ SaveOptionForm.propTypes = {
formik: PropTypes.object.isRequired,
story: PropTypes.instanceOf(StoryModel).isRequired,
attributes: PropTypes.arrayOf(PropTypes.instanceOf(AttributeModel)).isRequired,
onClose: PropTypes.func.isRequired,
onSearchRequest: PropTypes.func.isRequired,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ class SaveOptionModal extends Component {
formik={formik}
story={storyViewStore.currentStory}
attributes={storyViewStore.attributes}
onClose={this.onClose(formik.resetForm)}
onSearchRequest={this.onSearchRequest}
/>
</DialogContent>
Expand Down

0 comments on commit 6efe6d4

Please sign in to comment.