Skip to content

Commit 61e1a1e

Browse files
tai2jquense
authored andcommitted
fix: invalid prop-types. (jquense#1435)
1 parent 7aeb794 commit 61e1a1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/addons/dragAndDrop/withDragAndDrop.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ export default function withDragAndDrop(Calendar) {
101101
onStart: PropTypes.func,
102102
onEnd: PropTypes.func,
103103
onBeginAction: PropTypes.func,
104-
onDropFromOutside: PropTypes.fun,
105-
dragFromOutsideItem: PropTypes.fun,
104+
onDropFromOutside: PropTypes.func,
105+
dragFromOutsideItem: PropTypes.func,
106106
draggableAccessor: accessor,
107107
resizableAccessor: accessor,
108108
dragAndDropAction: PropTypes.object,

0 commit comments

Comments
 (0)