Deleted json obj dialog fieldset

This commit is contained in:
mpetrov 2025-02-18 15:43:24 +02:00
parent c406f2af36
commit 036cff6a75

View File

@ -29,7 +29,6 @@
</mat-progress-bar> </mat-progress-bar>
<div style="height: 4px;" *ngIf="!(isLoading$ | async)"></div> <div style="height: 4px;" *ngIf="!(isLoading$ | async)"></div>
<div mat-dialog-content class="flex-1"> <div mat-dialog-content class="flex-1">
<fieldset [disabled]="isLoading$ | async" class="h-full">
<tb-json-object-edit <tb-json-object-edit
formControlName="json" formControlName="json"
class="block h-full" class="block h-full"
@ -37,7 +36,6 @@
[jsonRequired]="required" [jsonRequired]="required"
[fillHeight]="data.fillHeight"> [fillHeight]="data.fillHeight">
</tb-json-object-edit> </tb-json-object-edit>
</fieldset>
</div> </div>
<div mat-dialog-actions class="flex flex-row items-center justify-end"> <div mat-dialog-actions class="flex flex-row items-center justify-end">
<span class="flex-1"></span> <span class="flex-1"></span>