mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 16:02:14 +00:00
Temporarily removed task allocation settings (#9822)
This commit is contained in:
parent
13de97dde6
commit
166a48e139
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@
|
|||
type="number", v-model="task.counterDown", min="0", required,
|
||||
)
|
||||
|
||||
.option(v-if="isUserTask && task.type !== 'reward'")
|
||||
//.option(v-if="isUserTask && task.type !== 'reward'")
|
||||
.form-group
|
||||
label(v-once)
|
||||
span.float-left {{ $t('attributeAllocation') }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue