mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Temporarily removed task allocation settings (#9822)
This commit is contained in:
committed by
Sabe Jones
parent
13de97dde6
commit
166a48e139
@@ -220,7 +220,7 @@
|
|||||||
type="number", v-model="task.counterDown", min="0", required,
|
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
|
.form-group
|
||||||
label(v-once)
|
label(v-once)
|
||||||
span.float-left {{ $t('attributeAllocation') }}
|
span.float-left {{ $t('attributeAllocation') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user