Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed Oct 20, 2023
1 parent abbe81d commit 5d7babb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- CONTROLS -->
<!-- -------- -->
<div class="controls" [ngStyle]="{'visibility': showControls ? 'visible' : 'hidden'}">
<div class="input-group">
<div class="input-group" [ngStyle]="{'height': showControls ? 'inherit' : '0px'}">
<!-- show search/filter options for non-relationship objects -->
<ng-container *ngIf="!(config.type && config.type == 'relationship')">
<mat-form-field class="search" appearance="fill">
Expand Down

0 comments on commit 5d7babb

Please sign in to comment.