minor ui change
This commit is contained in:
parent
1c65bd8dbe
commit
449d1d6229
|
@ -14,8 +14,9 @@
|
|||
<div class="col-12 col-md mb-2">
|
||||
<mat-form-field appearance="outline" class="w-100">
|
||||
<mat-label>{{'ANNOTATION-DIALOG.THREADS.NEW-THREAD' | translate}}</mat-label>
|
||||
<input matInput formControlName="text" required>
|
||||
<!-- <mat-icon matSuffix class="material-symbols-outlined">
|
||||
<textarea matInput name="text" rows="2" formControlName="text" required></textarea>
|
||||
<!--<input matInput formControlName="text" required>
|
||||
<mat-icon matSuffix class="material-symbols-outlined">
|
||||
add_reaction
|
||||
</mat-icon> -->
|
||||
<mat-error *ngIf="threadFormGroup.get('text').hasError('backendError')">{{threadFormGroup.get('text').getError('backendError')?.message}}</mat-error>
|
||||
|
|
Loading…
Reference in New Issue