diff --git a/apps/red-ui/src/app/modules/shared-dossiers/components/file-actions/file-actions.component.ts b/apps/red-ui/src/app/modules/shared-dossiers/components/file-actions/file-actions.component.ts index ebe9fbe13..02e3ca90d 100644 --- a/apps/red-ui/src/app/modules/shared-dossiers/components/file-actions/file-actions.component.ts +++ b/apps/red-ui/src/app/modules/shared-dossiers/components/file-actions/file-actions.component.ts @@ -217,6 +217,7 @@ export class FileActionsComponent implements OnChanges { tooltipClass: 'warn small', icon: 'iqser:refresh', show: this.showReanalyseFilePreview, + disabled: this.file.isProcessing, }, { type: ActionTypes.circleBtn,