mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
117544: replace all disabled states with our dsDisabled directive
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
</button>
|
||||
<button class="btn collection-confirm"
|
||||
[ngClass]="{'btn-danger': dangerConfirm, 'btn-primary': !dangerConfirm}"
|
||||
[disabled]="selectedIds?.length === 0"
|
||||
[dsDisabled]="selectedIds?.length === 0"
|
||||
(click)="confirmSelected()">
|
||||
<i class="fas fa-trash"></i> {{confirmButton | translate}}
|
||||
</button>
|
||||
|
Reference in New Issue
Block a user