RED-3800 hotfix
This commit is contained in:
parent
143fb8d298
commit
f54fb5b806
@ -105,7 +105,7 @@ export class DictionaryService extends EntitiesService<IDictionary, Dictionary>
|
|||||||
dictionaryEntryType = DictionaryEntryTypes.ENTRY,
|
dictionaryEntryType = DictionaryEntryTypes.ENTRY,
|
||||||
) {
|
) {
|
||||||
const entriesToAdd: Array<string> = [];
|
const entriesToAdd: Array<string> = [];
|
||||||
entries = entries.map(e => e.trim());
|
entries = entries.map(e => e?.trim());
|
||||||
const initialEntriesSet = new Set(initialEntries);
|
const initialEntriesSet = new Set(initialEntries);
|
||||||
let hasInvalidRows = false;
|
let hasInvalidRows = false;
|
||||||
for (let i = 0; i < entries.length; i++) {
|
for (let i = 0; i < entries.length; i++) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user