117544: rename directive to be clear it should currently only be used for buttons

This commit is contained in:
Jens Vannerum
2024-09-16 13:45:33 +02:00
parent 685e6d83c5
commit f65d6c5775
86 changed files with 170 additions and 170 deletions

View File

@@ -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>