fix
This commit is contained in:
parent
37f3cd8cf1
commit
ee9746053e
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user