We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb34fb commit 4d0efecCopy full SHA for 4d0efec
llmstack/client/src/components/apps/AppEditor.jsx
@@ -36,7 +36,7 @@ export function AppEditor(props) {
36
label: "1. Input",
37
items: schema,
38
pillPrefix: "[1] Input / ",
39
- id: "_inputs1",
+ id: "_inputs0",
40
},
41
...processors.map((p, index) => {
42
return {
0 commit comments