Skip to content

Commit

Permalink
Merge pull request #539 from AudiovisualMetadataPlatform/AMP-3401_vue…
Browse files Browse the repository at this point in the history
…3Batch

AMP-3401: fix batch ingest error
  • Loading branch information
yingfeng-iu authored Oct 9, 2024
2 parents da904ef + df3dd5c commit 5e7750d
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 5e7750d

Please sign in to comment.