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 82884e2 commit 6e512a8Copy full SHA for 6e512a8
packages/compass-schema/src/components/minichart/minichart.jsx
@@ -14,7 +14,6 @@ class MiniChart extends PureComponent {
14
static propTypes = {
15
fieldName: PropTypes.string.isRequired,
16
fieldValue: PropTypes.any,
17
- actions: PropTypes.object.isRequired,
18
type: PropTypes.object.isRequired,
19
nestedDocType: PropTypes.object,
20
onQueryChanged: PropTypes.func.isRequired,
@@ -92,7 +91,6 @@ class MiniChart extends PureComponent {
92
91
if (typeName === 'Coordinates') {
93
return (
94
<CoordinatesMinichart
95
- actions={this.props.actions}
96
fieldName={fieldName}
97
type={this.props.type}
98
onQueryChanged={this.props.onQueryChanged}
0 commit comments