fix: api watch data

This commit is contained in:
jialin
2024-06-29 23:24:12 +08:00
parent afb2a13b80
commit 9f4f28edaf
8 changed files with 48 additions and 12 deletions
+2 -1
View File
@@ -3,8 +3,9 @@ import _ from 'lodash';
interface ChunkedCollection {
ids: string[];
data: any;
collection: any[];
type: string;
type: string | number;
}
// Only used to update lists without nested state
export function useUpdateChunkedList(