Skip to content

Commit 029e482

Browse files
fix: set default value for input fields in ToolsTab component
1 parent cedf02d commit 029e482

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
@@ -229,6 +229,7 @@ const ToolsTab = ({
229229
id={key}
230230
name={key}
231231
placeholder={prop.description}
232+
value={(params[key] as string) ?? ""}
232233
onChange={(e) =>
233234
setParams({
234235
...params,

0 commit comments

Comments
 (0)