Skip to content

Commit

Permalink
fix: #437 (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
oze4 committed Dec 21, 2021
1 parent 4401d1c commit a9e65aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MTableToolbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -438,4 +438,4 @@ const MTableToolbarRef = React.forwardRef(function MTableToolbarRef(
return <MTableToolbar {...props} forwardedRef={ref} />;
});

export default withStyles(styles)(MTableToolbarRef);
export default withStyles(styles, { name: 'MTableToolbar' })(MTableToolbarRef);

0 comments on commit a9e65aa

Please sign in to comment.