💬 (record) add improvement in record notes' placeholder
This commit is contained in:
@@ -84,7 +84,7 @@ const recordNotes = computed(() => recordStore.getRecordNotes(props.taskId))
|
|||||||
//@ts-ignore
|
//@ts-ignore
|
||||||
recordStore.updateRecordNotes(taskId, $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."
|
placeholder="Take notes while you're doing the task. It can be helpful at the end to retrieve your thought and see what you can improve."
|
||||||
class="textarea"
|
class="textarea"
|
||||||
></textarea>
|
></textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user