Skip to content

Commit 6e512a8

Browse files
committed
chore: remove unused prop
1 parent 82884e2 commit 6e512a8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/compass-schema/src/components/minichart/minichart.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class MiniChart extends PureComponent {
1414
static propTypes = {
1515
fieldName: PropTypes.string.isRequired,
1616
fieldValue: PropTypes.any,
17-
actions: PropTypes.object.isRequired,
1817
type: PropTypes.object.isRequired,
1918
nestedDocType: PropTypes.object,
2019
onQueryChanged: PropTypes.func.isRequired,
@@ -92,7 +91,6 @@ class MiniChart extends PureComponent {
9291
if (typeName === 'Coordinates') {
9392
return (
9493
<CoordinatesMinichart
95-
actions={this.props.actions}
9694
fieldName={fieldName}
9795
type={this.props.type}
9896
onQueryChanged={this.props.onQueryChanged}

0 commit comments

Comments
 (0)