Skip to content

Commit

Permalink
Merge pull request #1492 from bcgov/feat/kevin-1458
Browse files Browse the repository at this point in the history
fix: filter showing on other uses summary
  • Loading branch information
kevin-hashimoto authored Dec 18, 2024
2 parents 37360a9 + a0ec216 commit cf6599e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/views/OtherUses/OtherUsesSummary.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
Expand Down

0 comments on commit cf6599e

Please sign in to comment.