Skip to content

Commit

Permalink
fix missing nested property when storing in local storage (#113538)
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunian committed Sep 30, 2021
1 parent 4f95060 commit 6eebf24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export function useTable(storageKey: string) {
setSorting(cleanSortingData({ sort }));
setLocalStorageData(storage, {
page,
sort,
sort: { sort },
});
};

Expand Down

0 comments on commit 6eebf24

Please sign in to comment.