Skip to content

Commit

Permalink
remove unused ngif
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed Nov 5, 2024
1 parent 7a38740 commit 16b03ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(openDataChange)="isHidden = $event"
></gn-ui-form-field-open-data>
</ng-container> -->
<div class="flex flex-col h-full" *ngIf="!isHidden">
<div class="flex flex-col h-full">
<ng-container *ngIf="withoutWrapper; else withGenericWrapper">
<ng-container *ngTemplateOutlet="fieldContent"></ng-container>
</ng-container>
Expand Down

0 comments on commit 16b03ad

Please sign in to comment.