minor fix

This commit is contained in:
Timo Bejan 2020-11-05 14:35:03 +02:00
parent d30a16cd35
commit 6fffd35338

View File

@ -10,7 +10,7 @@
<div
class="red-input-group"
[class.hidden]="this.manualRedactionEntryWrapper.type === 'DICTIONARY'"
[class.hidden]="manualRedactionEntryWrapper.type === 'DICTIONARY'"
>
<label translate="manual-redaction.dialog.content.reason"></label>
<input formControlName="reason" name="reason" type="text" rows="2" />