Skip to content

Commit 841bb52

Browse files
iobuhovgjulivan
authored andcommitted
chore: merge conflicts
1 parent a1ebb9a commit 841bb52

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)