Disable Language filter on all Plaforms except myKV
This commit is contained in:
parent
e152161cbf
commit
7a9d8b8e82
|
|
@ -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,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue