Skip to content

Commit

Permalink
commenting hidden filter
Browse files Browse the repository at this point in the history
  • Loading branch information
nam-singh committed Sep 5, 2024
1 parent fa3ef88 commit 8ef1235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report-react/src/SavedReport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const filterItems = [
{ id: '0', text: 'Violations' },
{ id: '1', text: 'Needs review' },
{ id: '2', text: 'Recommendations' },
{ id: '3', text: 'Hidden' },
// { id: '3', text: 'Hidden' },
]
const viewItems = ["Element roles", "Requirements","Rules"];

Expand Down

0 comments on commit 8ef1235

Please sign in to comment.