diff --git a/app/hooks/cost-surface/index.ts b/app/hooks/cost-surface/index.ts index e69927f0ed..b923449722 100644 --- a/app/hooks/cost-surface/index.ts +++ b/app/hooks/cost-surface/index.ts @@ -10,7 +10,7 @@ import UPLOADS from 'services/uploads'; export function useProjectCostSurfaces( pid: Project['id'], - params: { search?: string; sort?: string; filters?: Record } = {}, + params: { search?: string; sort?: string } = {}, queryOptions: QueryObserverOptions = {} ) { const { data: session } = useSession();