mirror of
https://github.com/directus/directus.git
synced 2026-01-24 01:17:56 -05:00
Fix typing of timeout
This commit is contained in:
@@ -100,7 +100,7 @@ export function useItems(collection: Ref<string>, query: Query) {
|
||||
}
|
||||
});
|
||||
|
||||
let loadingTimeout: number | null = null;
|
||||
let loadingTimeout: any = null;
|
||||
|
||||
return { itemCount, totalCount, items, totalPages, loading, error, changeManualSort, getItems };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user