Disable Language filter on all Plaforms except myKV

This commit is contained in:
Lorenz Padberg 2023-09-13 11:48:24 +02:00
parent e152161cbf
commit 7a9d8b8e82
1 changed files with 2 additions and 0 deletions

View File

@ -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,
});