Fix formatting

This commit is contained in:
Ola Hungerford
2025-03-16 15:31:49 -07:00
parent 50a65d0c7a
commit cae7c76358

View File

@@ -216,7 +216,8 @@ const ToolsTab = ({
items: prop.items,
}}
value={
(params[key] as JsonValue) ?? generateDefaultValue(prop)
(params[key] as JsonValue) ??
generateDefaultValue(prop)
}
onChange={(newValue: JsonValue) => {
setParams({