Merge pull request #136 from huyjs9/fix/todo-details
Fix todo details value
This commit is contained in:
commit
1fb947cf2a
@ -247,7 +247,7 @@ export default function Todo() {
|
|||||||
<TextArea
|
<TextArea
|
||||||
placeholder={t("details")}
|
placeholder={t("details")}
|
||||||
onChange={(v) => updateTask(i, { details: v })}
|
onChange={(v) => updateTask(i, { details: v })}
|
||||||
value={t.details}
|
value={task.details}
|
||||||
onBlur={() => setSaveState(State.SAVING)}
|
onBlur={() => setSaveState(State.SAVING)}
|
||||||
></TextArea>
|
></TextArea>
|
||||||
</Col>
|
</Col>
|
||||||
|
Loading…
Reference in New Issue
Block a user