diff --git a/website/client/src/components/tasks/taskModal.vue b/website/client/src/components/tasks/taskModal.vue index be135b38fe..8c65d32f66 100644 --- a/website/client/src/components/tasks/taskModal.vue +++ b/website/client/src/components/tasks/taskModal.vue @@ -1437,6 +1437,10 @@ export default { this.task.group.sharedCompletion = this.sharedCompletion; } + if (this.task.type === 'reward' && this.task.value === '') { + this.task.value = 0; + } + if (this.purpose === 'create') { if (this.challengeId) { const response = await this.$store.dispatch('tasks:createChallengeTasks', {