Skip to content
Snippets Groups Projects
Commit 7885035e authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FIX #20219 TIME 0:09 disable the action button when the document is being converted

parent 5cc6507c
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
</ion-segment-button>
</ion-segment>
<ion-buttons slot="end" *ngIf="!detailMode">
<ion-button color="primary" (click)="openAction($event)">
<ion-button color="primary" (click)="openAction($event)" [disabled]="mainDocument.status === 'CONVERTING'">
<ion-icon slot="icon-only" name="settings-sharp"></ion-icon>
</ion-button>
</ion-buttons>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment