summaryrefslogtreecommitdiff
path: root/extension/react-app/src/pages
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-08-17 22:19:55 -0700
committerNate Sesti <sestinj@gmail.com>2023-08-17 22:19:55 -0700
commitc6a3d8add014ddfe08c62b3ccb1b01dbc47495f5 (patch)
tree0bb5bb11cf185a575df520908078d310775f4a7c /extension/react-app/src/pages
parent98047dc32a5bfa525eff7089b2ac020ce761f9a9 (diff)
downloadsncontinue-c6a3d8add014ddfe08c62b3ccb1b01dbc47495f5.tar.gz
sncontinue-c6a3d8add014ddfe08c62b3ccb1b01dbc47495f5.tar.bz2
sncontinue-c6a3d8add014ddfe08c62b3ccb1b01dbc47495f5.zip
feat: :sparkles: edit previous inputs
Diffstat (limited to 'extension/react-app/src/pages')
-rw-r--r--extension/react-app/src/pages/gui.tsx1
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);
}}