From df3dd5cd0cf99a819cdfeaddac4db571d03c3920 Mon Sep 17 00:00:00 2001 From: yingfeng Date: Wed, 2 Oct 2024 11:07:28 -0400 Subject: [PATCH] AMP-3401: fix batch ingest error --- src/components/batch/BatchIngest.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/batch/BatchIngest.vue b/src/components/batch/BatchIngest.vue index 419e9a7..39e6630 100644 --- a/src/components/batch/BatchIngest.vue +++ b/src/components/batch/BatchIngest.vue @@ -76,7 +76,7 @@ class="form-control-file btn btn-light btn-lg" id="exampleFormControlFile1" ref="inputFile" - value="Upload batch manifest" + :disabled="inProgress || unitName.length === 0" accept=".csv" @change="