🐛 (record) persist note with task id

This commit is contained in:
Julien Calixte
2023-04-23 12:52:19 +02:00
parent 3b6c06f970
commit 69ecc9830e
2 changed files with 1 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ const isSuperiorToEstimation = computed(() => {
:value="recordNotes"
@input="
//@ts-ignore
recordStore.updateRecordNotes(recordId, $event.target.value)
recordStore.updateRecordNotes(taskId, $event.target.value)
"
placeholder="Take notes while you're doing the task. It can be helpful at the end to retrieve your thought."
class="textarea"