85262: Re-disable deposit button during save/deposit

This commit is contained in:
Kristof De Langhe
2021-11-30 13:44:08 +01:00
parent 5e17a4e958
commit 99af22b621

View File

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