From ed5a6294143f86ac8cda38486b11734cf7559bea Mon Sep 17 00:00:00 2001 From: jojohoch <joachim.hoch@iqb.hu-berlin.de> Date: Mon, 3 Jul 2023 12:54:24 +0200 Subject: [PATCH] [editor] Remove placeholder from visibility rules inputs --- .../visibility-rule-editor.component.html | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/editor/src/app/components/dialogs/visibility-rules-dialog/visibility-rule-editor.component.html b/projects/editor/src/app/components/dialogs/visibility-rules-dialog/visibility-rule-editor.component.html index 6aa011d2e..9facd220e 100644 --- a/projects/editor/src/app/components/dialogs/visibility-rules-dialog/visibility-rule-editor.component.html +++ b/projects/editor/src/app/components/dialogs/visibility-rules-dialog/visibility-rule-editor.component.html @@ -24,7 +24,6 @@ <mat-form-field> <mat-label>{{'section.value' | translate}}</mat-label> <input matInput - [placeholder]="'section.value' | translate" [(ngModel)]="visibilityRule.value" (ngModelChange)="visibilityRuleChange.emit(visibilityRule)"> </mat-form-field> -- GitLab