Merge branch 'add-ui-tests' of https://github.com/olaservo/inspector into add-ui-tests

This commit is contained in:
Ola Hungerford
2025-03-24 09:43:52 -07:00

View File

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