Skip to content
Snippets Groups Projects
Commit ed5a6294 authored by jojohoch's avatar jojohoch
Browse files

[editor] Remove placeholder from visibility rules inputs

parent 85ac3086
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment