Skip to content

Commit 5f07e0b

Browse files
committed
Correct proptype
1 parent bf0ca4c commit 5f07e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/fields/UpdateMenuButtons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class UpdateMenuButtons extends Component {
4545
UpdateMenuButtons.propTypes = {
4646
attr: PropTypes.string,
4747
localize: PropTypes.func,
48-
fullValue: PropTypes.object,
48+
fullValue: PropTypes.array,
4949
updatePlot: PropTypes.func,
5050
};
5151

0 commit comments

Comments
 (0)