From 96c428a571737c5609123b840c7a05a24721eeb2 Mon Sep 17 00:00:00 2001 From: Kevin Hashimoto Date: Tue, 17 Dec 2024 16:41:38 -0800 Subject: [PATCH] fix: filter showing on other uses summary --- frontend/src/views/OtherUses/OtherUsesSummary.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/OtherUses/OtherUsesSummary.jsx b/frontend/src/views/OtherUses/OtherUsesSummary.jsx index 7c8020739..797ff8476 100644 --- a/frontend/src/views/OtherUses/OtherUsesSummary.jsx +++ b/frontend/src/views/OtherUses/OtherUsesSummary.jsx @@ -109,6 +109,7 @@ export const OtherUsesSummary = ({ data }) => { gridKey={'other-uses'} getRowId={getRowId} columnDefs={columns} + defaultColDef={{ filter: false, floatingFilter: false }} query={useGetOtherUses} queryParams={{ complianceReportId }} dataKey={'otherUses'}