mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
85262: Re-disable deposit button during save/deposit
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
<button *ngIf="(showDepositAndDiscard | async)"
|
||||
type="button"
|
||||
class="btn btn-success"
|
||||
[disabled]="(processingSaveStatus | async) || (processingDepositStatus | async)"
|
||||
(click)="deposit($event)">
|
||||
<span><i class="fas fa-plus"></i> {{'submission.general.deposit' | translate}}</span>
|
||||
</button>
|
||||
|
Reference in New Issue
Block a user