From f745a6de8e1340edd00419774773461938881d27 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 31 Aug 2023 17:14:04 +0200 Subject: [PATCH] Fix wrong flavor value --- client/src/helpers/app-flavor.constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/helpers/app-flavor.constants.ts b/client/src/helpers/app-flavor.constants.ts index d4c37778..60a2a444 100644 --- a/client/src/helpers/app-flavor.constants.ts +++ b/client/src/helpers/app-flavor.constants.ts @@ -53,7 +53,7 @@ export const myKvValues: FlavorValues = { showEHB: false, helloIllustration: 'HelloMyKVIllustration', showModuleFilter: true, - showLanguageFilter: false, + showLanguageFilter: true, }; export const dhaValues: FlavorValues = Object.assign({}, myKvValues, {