1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Add props on NoteItemSimple

This commit is contained in:
Kazu Yokomizo
2017-10-31 00:46:33 +09:00
parent 73b5546ae9
commit e6a97e5cb3

View File

@@ -46,6 +46,7 @@ NoteItemSimple.propTypes = {
title: PropTypes.string.isrequired
}),
handleNoteClick: PropTypes.func.isRequired,
handleNoteContextMenu: PropTypes.func.isRequired,
handleDragStart: PropTypes.func.isRequired
}