Skip to content

Commit

Permalink
removed refs to case search feature flag
Browse files Browse the repository at this point in the history
Jira ticket: CAMS-421
  • Loading branch information
amorrow-flexion committed Mar 4, 2025
1 parent 2ba160c commit a570f10
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion common/src/feature-flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export const testFeatureFlags: FeatureFlagSet = {
'chapter-eleven-enabled': true,
'transfer-orders-enabled': true,
'consolidations-enabled': true,
'case-search-enabled': true,
'case-notes-enabled': true,
'privileged-identity-management': true,
};
1 change: 0 additions & 1 deletion user-interface/src/lib/components/Header.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ describe('Header', () => {
});
vi.spyOn(FeatureFlags, 'default').mockReturnValue({
'transfer-orders-enabled': true,
'case-search-enabled': true,
});

beforeEach(() => {
Expand Down

0 comments on commit a570f10

Please sign in to comment.