1
0

Fix task title not editable in edit task pane

This commit is contained in:
kolaente
2020-06-25 21:10:17 +02:00
parent b86e1f3eca
commit 81cc2c17e6

View File

@ -4,7 +4,7 @@
<label class="label" for="tasktext">Task Text</label>
<div class="control">
<input v-focus :class="{ 'disabled': taskService.loading}" :disabled="taskService.loading" class="input"
type="text" id="tasktext" placeholder="The task text is here..." v-model="taskEditTask.text" @change="editTaskSubmit()">
type="text" id="tasktext" placeholder="The task text is here..." v-model="taskEditTask.title" @change="editTaskSubmit()">
</div>
</div>
<div class="field">