Fix ToolsTab Textarea value for clearing when switch tool

This commit is contained in:
funwarioisii
2025-02-19 23:55:24 +09:00
parent d4df126112
commit f505ae3d5a

View File

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