Skip to content

Commit

Permalink
Merge pull request #2843 from dlabrecq/business-services
Browse files Browse the repository at this point in the history
Remove business-services filter
  • Loading branch information
Hyperkid123 authored May 23, 2024
2 parents 16763b7 + 76ccaa5 commit 34cd2da
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions src/components/AppFilter/useAppFilter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,7 @@ export const requiredBundles = [

export const itLessBundles = ['openshift', 'insights', 'settings', 'iam'];

const bundlesOrder = [
'application-services',
'openshift',
'rhel',
'edge',
'ansible',
'settings',
'cost-management',
'subscriptions',
'iam',
'quay',
'business-services',
];
const bundlesOrder = ['application-services', 'openshift', 'rhel', 'edge', 'ansible', 'settings', 'cost-management', 'subscriptions', 'iam', 'quay'];

function findModuleByLink(href: string, { modules }: Pick<ChromeModule, 'modules'> = { modules: [] }) {
const routes = (modules || [])
Expand Down

0 comments on commit 34cd2da

Please sign in to comment.