RED-4619: Disabled the reanalysis button during analysis

This commit is contained in:
Nicoleta Panaghiu 2022-07-28 12:33:02 +03:00
parent e112c320ce
commit ab15569d55

View File

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