Skip to content

Commit

Permalink
Merge pull request #1039 from BoostIO/add-props
Browse files Browse the repository at this point in the history
Add props on NoteItemSimple
  • Loading branch information
kazup01 authored Oct 30, 2017
2 parents 73b5546 + e6a97e5 commit f9643c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions browser/components/NoteItemSimple.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ NoteItemSimple.propTypes = {
title: PropTypes.string.isrequired
}),
handleNoteClick: PropTypes.func.isRequired,
handleNoteContextMenu: PropTypes.func.isRequired,
handleDragStart: PropTypes.func.isRequired
}

Expand Down

0 comments on commit f9643c2

Please sign in to comment.