Skip to content

Commit

Permalink
fix for bulk edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Domino987 committed Dec 24, 2022
1 parent 91d9be4 commit f005824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ export default class MaterialTable extends React.Component {
: null}
{props.options.toolbar && (
<this.props.components.Toolbar
actions={this.state.actions}
actions={props.actions}
components={this.props.components}
originalData={this.state.originalData}
columns={this.state.columns}
Expand Down

0 comments on commit f005824

Please sign in to comment.