This commit is contained in:
Robert 2024-03-13 01:42:26 +07:00
parent 37f3cd8cf1
commit ee9746053e
No known key found for this signature in database
GPG Key ID: F631C7FD957D5F22

View File

@ -168,7 +168,7 @@ export default function ActionEditor({
multiline multiline
minRows={10} minRows={10}
maxRows={10} maxRows={10}
value={action.text} value={action.text ?? ""}
onChange={(event) => onChange={(event) =>
setAction((currentAction) => ({ setAction((currentAction) => ({
...currentAction, ...currentAction,