remove unused disabled$ variable

This commit is contained in:
Giuseppe Digilio
2020-06-16 17:46:24 +02:00
parent 5f0f665501
commit efc476ab31
2 changed files with 1 additions and 7 deletions

View File

@@ -10,7 +10,7 @@
class="btn btn-outline-primary"
(blur)="onClose()"
(click)="onClose()"
[disabled]="(disabled$ | async) || (processingChange$ | async)"
[disabled]="(processingChange$ | async)"
ngbDropdownToggle>
<span *ngIf="(processingChange$ | async)"><i class='fas fa-circle-notch fa-spin'></i></span>
<span *ngIf="!(processingChange$ | async)">{{ selectedCollectionName$ | async }}</span>