Sfoglia il codice sorgente

fix: the batch annotaion btn should also be loading when progress status is waiting (#2974)

tags/0.5.11
Ricky 1 anno fa
parent
commit
afd77c4745
Nessun account collegato all'indirizzo email del committer

+ 1
- 1
web/app/components/app/annotation/batch-add-annotation-modal/index.tsx Vedi File

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

Loading…
Annulla
Salva