Skip to content

Commit 18b54d2

Browse files
committed
feat: fix editor preview
1 parent 81a812c commit 18b54d2

File tree

4 files changed

+288
-159
lines changed

4 files changed

+288
-159
lines changed

packages/pluggableWidgets/datagrid-web/src/Datagrid.depsContainer.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ class DatagridContainer extends Container {
7676
constructor() {
7777
super();
7878

79-
/** Bindings */
80-
8179
// Column store
8280
this.bind(TOKENS.columnsStore).toInstance(ColumnGroupStore).inSingletonScope();
8381
injected(ColumnGroupStore, TOKENS.setupService, TOKENS.mainGate, TOKENS.staticInfo, TOKENS.filterHost);

0 commit comments

Comments
 (0)