|
@@ -113,7 +113,7 @@ const BatchModal: FC<IBatchModalProps> = ({
|
|
type="primary"
|
|
type="primary"
|
|
onClick={handleSend}
|
|
onClick={handleSend}
|
|
disabled={isAnnotationFull || !currentCSV}
|
|
disabled={isAnnotationFull || !currentCSV}
|
|
- loading={importStatus === ProcessStatus.PROCESSING}
|
|
|
|
|
|
+ loading={importStatus === ProcessStatus.PROCESSING || importStatus === ProcessStatus.WAITING}
|
|
>
|
|
>
|
|
{t('appAnnotation.batchModal.run')}
|
|
{t('appAnnotation.batchModal.run')}
|
|
</Button>
|
|
</Button>
|