Skip to content

Commit 4d0efec

Browse files
committed
s/_inputs1/_inputs0
1 parent 2eb34fb commit 4d0efec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llmstack/client/src/components/apps/AppEditor.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function AppEditor(props) {
3636
label: "1. Input",
3737
items: schema,
3838
pillPrefix: "[1] Input / ",
39-
id: "_inputs1",
39+
id: "_inputs0",
4040
},
4141
...processors.map((p, index) => {
4242
return {

0 commit comments

Comments
 (0)