Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit cfe6c17

Browse files
authored
Merge pull request #22 from uptick/make-action-prop-a-string-in-base-folder
repeat #21 on base-folder, action prop becomes string
2 parents f92ba70 + 84dfb4d commit cfe6c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base-folder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class BaseFolder extends React.Component {
1515
connectDragSource: PropTypes.func,
1616
connectDropTarget: PropTypes.func,
1717
isDragging: PropTypes.bool,
18-
action: PropTypes.func,
18+
action: PropTypes.string,
1919

2020
browserProps: PropTypes.shape({
2121
select: PropTypes.func,

0 commit comments

Comments
 (0)