diff --git a/client/src/helpers/app-flavor.constants.ts b/client/src/helpers/app-flavor.constants.ts index 1de18506..b76c1dff 100644 --- a/client/src/helpers/app-flavor.constants.ts +++ b/client/src/helpers/app-flavor.constants.ts @@ -65,6 +65,7 @@ export const dhaValues: FlavorValues = Object.assign({}, myKvValues, { appLogo: 'https://skillbox-my-detailhandel-dha-prod.s3.eu-central-1.amazonaws.com/myDHA-logo.png', textAppName: 'myDHA', helloIllustration: 'HelloMyDHAIllustration', + showLanguageFilter: false, }); export const dhfValues: FlavorValues = Object.assign({}, myKvValues, { @@ -74,4 +75,5 @@ export const dhfValues: FlavorValues = Object.assign({}, myKvValues, { appLogo: 'https://skillbox-my-detailhandel-dhf-prod.s3.eu-central-1.amazonaws.com/myDHF-logo.png', textAppName: 'myDHF', helloIllustration: 'HelloMyDHFIllustration', + showLanguageFilter: false, });