ソースを参照

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

tags/0.5.11
Ricky 1年前
コミット
afd77c4745
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      web/app/components/app/annotation/batch-add-annotation-modal/index.tsx

+ 1
- 1
web/app/components/app/annotation/batch-add-annotation-modal/index.tsx ファイルの表示

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

読み込み中…
キャンセル
保存