Merge branch 'main' into feat/json-view-component
This commit is contained in:
@@ -234,6 +234,7 @@ const ToolsTab = ({
|
||||
id={key}
|
||||
name={key}
|
||||
placeholder={prop.description}
|
||||
value={(params[key] as string) ?? ""}
|
||||
onChange={(e) =>
|
||||
setParams({
|
||||
...params,
|
||||
|
||||
Reference in New Issue
Block a user