Merge branch 'main' into feat/json-view-component

This commit is contained in:
choi sung keun
2025-03-25 09:45:01 +09:00
committed by GitHub
2 changed files with 12 additions and 3 deletions

View File

@@ -234,6 +234,7 @@ const ToolsTab = ({
id={key}
name={key}
placeholder={prop.description}
value={(params[key] as string) ?? ""}
onChange={(e) =>
setParams({
...params,