mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 03:02:15 +01:00
Compare commits
3 Commits
v0.13.0
...
feature/pu
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
400a764663 | ||
|
|
58e8fa0cd9 | ||
|
|
54ed15f2e9 |
@@ -53,13 +53,7 @@ const tableState = useStorage<ProjectTableState>(
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
undefined,
|
undefined,
|
||||||
{
|
{ mergeDefaults: true }
|
||||||
mergeDefaults: (storage, defaults) => ({
|
|
||||||
...defaults,
|
|
||||||
...storage,
|
|
||||||
filters: { ...defaults.filters, ...storage.filters },
|
|
||||||
}),
|
|
||||||
}
|
|
||||||
);
|
);
|
||||||
|
|
||||||
function handleSort(column: SortColumn, direction: SortDirection) {
|
function handleSort(column: SortColumn, direction: SortDirection) {
|
||||||
|
|||||||
Reference in New Issue
Block a user