Merge branch 'main' into add-ui-tests

This commit is contained in:
Ola Hungerford
2025-03-24 09:30:35 -07:00
committed by GitHub

View File

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