Browse Source

UI: Fixed show hint in custom property for queue settings

pull/9180/head
Vladyslav_Prykhodko 3 years ago
parent
commit
8532fefc92
  1. 2
      ui-ngx/src/app/modules/home/components/queue/queue-form.component.html

2
ui-ngx/src/app/modules/home/components/queue/queue-form.component.html

@ -203,7 +203,7 @@
</ng-template>
</mat-expansion-panel>
</mat-accordion>
<mat-form-field class="mat-block" formGroupName="additionalInfo" appearance="fill">
<mat-form-field class="mat-block" formGroupName="additionalInfo" subscriptSizing="dynamic">
<mat-label translate>queue.custom-properties</mat-label>
<textarea matInput formControlName="customProperties" cdkTextareaAutosize cdkAutosizeMinRows="1"></textarea>
<mat-hint translate>queue.custom-properties-hint</mat-hint>

Loading…
Cancel
Save