mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 13:18:53 +00:00
allow user to restore streak on their copy of a challenge Daily (#9757)
This commit is contained in:
parent
db0a6f6bb8
commit
9bb7c6ece0
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@
|
|||
.input-group
|
||||
.input-group-prepend.streak-addon.input-group-icon
|
||||
.svg-icon(v-html="icons.streak")
|
||||
input.form-control(type="number", v-model="task.streak", min="0", required, :disabled='challengeAccessRequired')
|
||||
input.form-control(type="number", v-model="task.streak", min="0", required)
|
||||
|
||||
.option(v-if="task.type === 'habit' && isUserTask && purpose === 'edit' && (task.up || task.down)")
|
||||
.form-group
|
||||
|
|
|
|||
Loading…
Reference in a new issue