Skip to content

Commit a1ebb9a

Browse files
iobuhovgjulivan
authored andcommitted
fix: change how we pass init sort
1 parent e8bca08 commit a1ebb9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/shared/widget-plugin-sorting/src/stores/SortStoreHost.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ export class SortStoreHost {
8484
return this._usedBy.at(0) ?? null;
8585
}
8686

87-
toJSON(): PlainJs {
88-
return this._store ? this._store.toJSON() : null;
89-
}
87+
// toJSON(): PlainJs {
88+
// return this._store ? this._store.toJSON() : null;
89+
// }
9090

9191
fromJSON(data: PlainJs): void {
9292
this._jsonBuffer = data;

0 commit comments

Comments
 (0)