Skip to content

Commit 40213bb

Browse files
authored
Merge branch 'main' into add-ui-tests
2 parents b7fa236 + f8b7b88 commit 40213bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/components/ToolsTab.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ const ToolsTab = ({
233233
id={key}
234234
name={key}
235235
placeholder={prop.description}
236+
value={(params[key] as string) ?? ""}
236237
onChange={(e) =>
237238
setParams({
238239
...params,

0 commit comments

Comments
 (0)