pr feedback: Only use form if object is simple

This commit is contained in:
Maxwell Gerber
2025-04-11 15:34:41 -07:00
parent f6ed09e9fb
commit 3e95d9d42a
3 changed files with 59 additions and 114 deletions

View File

@@ -234,7 +234,6 @@ const ToolsTab = ({
) : (
<div className="mt-1">
<DynamicJsonForm
onlyJSON
schema={{
type: prop.type,
properties: prop.properties,