fix: userquery cache

This commit is contained in:
archer
2023-05-02 17:28:23 +08:00
parent 89234c197c
commit 9199e3e57d
4 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ const modelList = () => {
});
const { data: collectionModels = [], refetch: refetchCollection } = useQuery(
[getCollectionModels],
['getCollectionModels'],
getCollectionModels
);