Skip to content

Commit

Permalink
Remove: Removed feature toggle for compliance report views.
Browse files Browse the repository at this point in the history
Removed the feature toggle for the dedicated compliance report views.
  • Loading branch information
jhelmold committed Oct 28, 2024
1 parent bfbd85a commit 0ec8956
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 817 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/web/components/menu/menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ const Menu = () => {
label: 'Compliance Audit Reports',
to: '/auditreports',
activeCondition: useIsActive('/auditreports'),
featureEnabled: 'COMPLIANCE_REPORTS',
},
],
secInfo: [
Expand Down
Loading

0 comments on commit 0ec8956

Please sign in to comment.