Skip to content

Commit

Permalink
AUs-4322 Fix for blank map popup bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf committed Dec 12, 2024
1 parent 93d9607 commit d25e454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/modalwindow/querier/querier.modal.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h4 class="alert-heading">Feature Information</h4>
text-overflow: ellipsis;
">{{selectedFeature}}</span>
</button>
<button *ngIf="docs.length > 1 || htmls.length > 1" type="button"
<button *ngIf="docs.length + htmls.length > 1" type="button"
class="btn btn-primary dropdown-toggle dropdown-toggle-split" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
<span class="sr-only">Toggle Dropdown</span>
Expand Down

0 comments on commit d25e454

Please sign in to comment.