Fix wrong flavor value
This commit is contained in:
parent
3780008146
commit
f745a6de8e
|
|
@ -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, {
|
||||
|
|
|
|||
Loading…
Reference in New Issue