Skip to content

Commit

Permalink
Code Review Feedback
Browse files Browse the repository at this point in the history
* Remove disabling of filters on compliance reports
  • Loading branch information
dhaselhan committed Jan 6, 2025
1 parent ba67229 commit 1e3e2a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/views/ComplianceReports/ComplianceReports.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ export const ComplianceReports = () => {

const defaultColDef = useMemo(
() => ({
floatingFilter: false,
filter: false,
cellRenderer: LinkRenderer,
cellRendererParams: {
url: (data) =>
Expand Down

0 comments on commit 1e3e2a5

Please sign in to comment.