mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 11:33:04 +00:00
117544: rename directive to be clear it should currently only be used for buttons
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<div>
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title">{{'submission.sections.upload.edit.title' | translate}}</h4>
|
||||
<button type="button" class="close" (click)="onModalClose()" aria-label="Close" [dsDisabled]="isSaving">
|
||||
<button type="button" class="close" (click)="onModalClose()" aria-label="Close" [dsBtnDisabled]="isSaving">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user