Skip to content

Commit

Permalink
fix: Set default value for consent variable instead of null.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-AP committed Nov 3, 2023
1 parent bf15796 commit 04f28cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ddm/static/ddm/vue/css/vue_uploader.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ddm/static/ddm/vue/js/vue_uploader.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ddm/static/ddm/vue/js/vue_uploader.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/src/components/FileUploader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ export default {
let id = bp.id;
let blueprintInfo = {
name_uploaded_file: null,
consent: '',
consent: 'true',
extracted_data: [],
status: 'pending',
errors: []
Expand Down

0 comments on commit 04f28cb

Please sign in to comment.