fix: userquery cache
This commit is contained in:
@@ -23,7 +23,7 @@ const modelList = () => {
|
||||
});
|
||||
|
||||
const { data: collectionModels = [], refetch: refetchCollection } = useQuery(
|
||||
[getCollectionModels],
|
||||
['getCollectionModels'],
|
||||
getCollectionModels
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user