diff options
Diffstat (limited to 'extension/react-app/src/pages')
-rw-r--r-- | extension/react-app/src/pages/gui.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/react-app/src/pages/gui.tsx b/extension/react-app/src/pages/gui.tsx index 4c89bbaa..a4a3d379 100644 --- a/extension/react-app/src/pages/gui.tsx +++ b/extension/react-app/src/pages/gui.tsx @@ -412,6 +412,7 @@ function GUI(props: GUIProps) { return node.step.name === "User Input" ? ( node.step.hide || ( <UserInputContainer + index={index} onDelete={() => { client?.deleteAtIndex(index); }} |