Skip to content

Commit

Permalink
AMP-3401: fix batch ingest error
Browse files Browse the repository at this point in the history
  • Loading branch information
yingfeng-iu committed Oct 2, 2024
1 parent 433e8b1 commit df3dd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/batch/BatchIngest.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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="
Expand Down

0 comments on commit df3dd5c

Please sign in to comment.