Skip to content

Commit

Permalink
fix: Pool donate default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-AP committed Sep 2, 2023
1 parent a51d239 commit bf15796
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 @@ -318,7 +318,7 @@ export default {
generalErrors: [],
ulModalInfoMsg: '',
ulModalInfoTitle: '',
poolDonate: '0'
poolDonate: true
}
},
created() {
Expand Down

0 comments on commit bf15796

Please sign in to comment.