Skip to content

Commit cae7c76

Browse files
committed
Fix formatting
1 parent 50a65d0 commit cae7c76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/src/components/ToolsTab.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ const ToolsTab = ({
216216
items: prop.items,
217217
}}
218218
value={
219-
(params[key] as JsonValue) ?? generateDefaultValue(prop)
219+
(params[key] as JsonValue) ??
220+
generateDefaultValue(prop)
220221
}
221222
onChange={(newValue: JsonValue) => {
222223
setParams({

0 commit comments

Comments
 (0)