We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0ca4c commit 5f07e0bCopy full SHA for 5f07e0b
src/components/fields/UpdateMenuButtons.js
@@ -45,7 +45,7 @@ class UpdateMenuButtons extends Component {
45
UpdateMenuButtons.propTypes = {
46
attr: PropTypes.string,
47
localize: PropTypes.func,
48
- fullValue: PropTypes.object,
+ fullValue: PropTypes.array,
49
updatePlot: PropTypes.func,
50
};
51
0 commit comments