diff --git a/web/app/components/app/annotation/batch-add-annotation-modal/index.tsx b/web/app/components/app/annotation/batch-add-annotation-modal/index.tsx index 49934b6f98..aae54bf497 100644 --- a/web/app/components/app/annotation/batch-add-annotation-modal/index.tsx +++ b/web/app/components/app/annotation/batch-add-annotation-modal/index.tsx @@ -113,7 +113,7 @@ const BatchModal: FC = ({ type="primary" onClick={handleSend} disabled={isAnnotationFull || !currentCSV} - loading={importStatus === ProcessStatus.PROCESSING} + loading={importStatus === ProcessStatus.PROCESSING || importStatus === ProcessStatus.WAITING} > {t('appAnnotation.batchModal.run')}