mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
117544: rename directive to be clear it should currently only be used for buttons
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
</button>
|
||||
<button class="btn collection-confirm"
|
||||
[ngClass]="{'btn-danger': dangerConfirm, 'btn-primary': !dangerConfirm}"
|
||||
[dsDisabled]="selectedIds?.length === 0"
|
||||
[dsBtnDisabled]="selectedIds?.length === 0"
|
||||
(click)="confirmSelected()">
|
||||
<i class="fas fa-trash"></i> {{confirmButton | translate}}
|
||||
</button>
|
||||
|
Reference in New Issue
Block a user