Skip to content

Commit

Permalink
Bugfix: incorrect v-model targets
Browse files Browse the repository at this point in the history
  • Loading branch information
dabico committed May 31, 2023
1 parent 32b4a0c commit 94eaa1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dl4se-website/src/views/TaskCreateView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<b-range
id="issues-range"
field="issues"
v-model="contributors"
v-model="issues"
lower-bound
:min="0"
/>
Expand All @@ -59,7 +59,7 @@
<b-range
id="contributors-range"
field="contributors"
v-model="issues"
v-model="contributors"
lower-bound
:min="0"
/>
Expand Down

0 comments on commit 94eaa1b

Please sign in to comment.