mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 14:33:03 +00:00
Fixed subscriptions
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
[disabled]="(disabled$ | async)"
|
||||
ngbDropdownToggle>
|
||||
<span *ngIf="(disabled$ | async)"><i class='fas fa-circle-notch fa-spin'></i></span>
|
||||
<span *ngIf="!(disabled$ | async)">{{ (selectedCollectionName) ? selectedCollectionName : '' }}</span>
|
||||
<span *ngIf="!(disabled$ | async)">{{ selectedCollectionName$ | async }}</span>
|
||||
</button>
|
||||
|
||||
<div ngbDropdownMenu
|
||||
|
Reference in New Issue
Block a user