fix
This commit is contained in:
parent
37f3cd8cf1
commit
ee9746053e
|
|
@ -168,7 +168,7 @@ export default function ActionEditor({
|
|||
multiline
|
||||
minRows={10}
|
||||
maxRows={10}
|
||||
value={action.text}
|
||||
value={action.text ?? ""}
|
||||
onChange={(event) =>
|
||||
setAction((currentAction) => ({
|
||||
...currentAction,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user