This commit is contained in:
Timo Bejan 2020-10-28 22:57:22 +02:00
parent 8236467579
commit cca36b6648

View File

@ -47,7 +47,7 @@ export class ManualRedactionDialogComponent implements OnInit {
comment: commentField
});
for (let key of Object.keys(this._appStateService.dictionaryData)) {
for (const key of Object.keys(this._appStateService.dictionaryData)) {
const dictionaryData = this._appStateService.dictionaryData[key];
if (!dictionaryData.virtual) {
if (dictionaryData.hint && this.manualRedactionEntryWrapper.type === 'HINT') {