mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
fix missing nested property when storing in local storage (#113538)
This commit is contained in:
parent
4f95060286
commit
6eebf2433d
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ export function useTable(storageKey: string) {
|
|||
setSorting(cleanSortingData({ sort }));
|
||||
setLocalStorageData(storage, {
|
||||
page,
|
||||
sort,
|
||||
sort: { sort },
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue