From 6b586be1aee0bb2a987fbe41884a5dfaa24ccbd4 Mon Sep 17 00:00:00 2001 From: anamontiaga Date: Fri, 1 Sep 2023 15:31:56 +0200 Subject: [PATCH] filters --- app/hooks/cost-surface/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();