Fix formatting
This commit is contained in:
@@ -216,7 +216,8 @@ const ToolsTab = ({
|
|||||||
items: prop.items,
|
items: prop.items,
|
||||||
}}
|
}}
|
||||||
value={
|
value={
|
||||||
(params[key] as JsonValue) ?? generateDefaultValue(prop)
|
(params[key] as JsonValue) ??
|
||||||
|
generateDefaultValue(prop)
|
||||||
}
|
}
|
||||||
onChange={(newValue: JsonValue) => {
|
onChange={(newValue: JsonValue) => {
|
||||||
setParams({
|
setParams({
|
||||||
|
|||||||
Reference in New Issue
Block a user