Deleted json obj dialog fieldset
This commit is contained in:
parent
c406f2af36
commit
036cff6a75
@ -29,7 +29,6 @@
|
||||
</mat-progress-bar>
|
||||
<div style="height: 4px;" *ngIf="!(isLoading$ | async)"></div>
|
||||
<div mat-dialog-content class="flex-1">
|
||||
<fieldset [disabled]="isLoading$ | async" class="h-full">
|
||||
<tb-json-object-edit
|
||||
formControlName="json"
|
||||
class="block h-full"
|
||||
@ -37,7 +36,6 @@
|
||||
[jsonRequired]="required"
|
||||
[fillHeight]="data.fillHeight">
|
||||
</tb-json-object-edit>
|
||||
</fieldset>
|
||||
</div>
|
||||
<div mat-dialog-actions class="flex flex-row items-center justify-end">
|
||||
<span class="flex-1"></span>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user