change button description

This commit is contained in:
Peter Maquiran
2023-07-23 21:24:34 +01:00
parent 5dd9c24712
commit b0704c3978
7 changed files with 19 additions and 26 deletions
@@ -17,7 +17,7 @@
<div *ngIf="task" class="aside-right flex-column height-100 overflow-y-auto">
<div class="buttons">
<button (click)="AssinarDraft()" class="btn-cancel" shape="round" >Assinado</button>
<button (click)="AssinarDraft()" class="btn-cancel" shape="round" >Assinar</button>
<div class="solid"></div>
</div>
<div class="buttons">
@@ -227,7 +227,6 @@ export class DiplomaAssinarPage implements OnInit {
},
}
const loader = this.toastService.loading()
try {
await this.processes.CompleteTask(body).toPromise()
@@ -235,9 +234,7 @@ export class DiplomaAssinarPage implements OnInit {
} catch (error) {
this.httpErroHandle.httpStatusHandle(error)
}
finally {
loader.remove()
}
finally {}
}
@@ -251,7 +248,7 @@ export class DiplomaAssinarPage implements OnInit {
const loader = this.toastService.loading()
try {
await this.processes.presidentialActionsSignature(body).toPromise()