Skip to content

Commit

Permalink
EZP-31632: Use EzConfigFixedBase for base table toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
SerheyDolgushev committed Oct 6, 2020
1 parent c5c7285 commit c1fd697
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import EzConfigBase from './base';
import EzConfigFixedBase from './base-fixed';

export default class EzConfigTableBase extends EzConfigBase {
export default class EzConfigTableBase extends EzConfigFixedBase {
constructor(config) {
super(config);

Expand Down

0 comments on commit c1fd697

Please sign in to comment.