fix(core): check if localization key exists

pull/1556/head
TheDiaval 6 years ago
parent ae93dc432c
commit c80ba38d3d

@ -107,6 +107,8 @@ export class ConfigState {
}
static getCopy(key: string, ...interpolateParams: string[]) {
if (!key) key = '';
const keys = key.split('::') as string[];
const selector = createSelector(
[ConfigState],

Loading…
Cancel
Save