File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import './vaadin-lit-crud-grid.js';
15
15
import './vaadin-lit-crud-form.js' ;
16
16
import { html , LitElement } from 'lit' ;
17
17
import { ifDefined } from 'lit/directives/if-defined.js' ;
18
- import { ControllerMixin } from '@vaadin/component-base/src/controller-mixin.js' ;
19
18
import { defineCustomElement } from '@vaadin/component-base/src/define.js' ;
20
19
import { ElementMixin } from '@vaadin/component-base/src/element-mixin.js' ;
21
20
import { PolylitMixin } from '@vaadin/component-base/src/polylit-mixin.js' ;
@@ -31,7 +30,7 @@ import { crudStyles } from './vaadin-crud-styles.js';
31
30
* This component is an experiment and not yet a part of Vaadin platform.
32
31
* There is no ETA regarding specific Vaadin version where it'll land.
33
32
*/
34
- class Crud extends ControllerMixin ( ElementMixin ( ThemableMixin ( CrudMixin ( PolylitMixin ( LitElement ) ) ) ) ) {
33
+ class Crud extends CrudMixin ( ElementMixin ( ThemableMixin ( PolylitMixin ( LitElement ) ) ) ) {
35
34
static get styles ( ) {
36
35
return crudStyles ;
37
36
}
You can’t perform that action at this time.
0 commit comments