Browse Source

Merge pull request #9180 from vvlladd28/bug/queues/custom-property-hint

Fixed show hint in custom property for queue settings
pull/9186/head
Igor Kulikov 3 years ago
committed by GitHub
parent
commit
0adcc2af8b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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