better placeholder

This commit is contained in:
Julien Calixte
2023-04-13 00:34:06 +02:00
parent 5888ea49e7
commit 5bf3d248dd

View File

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