We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7692287 + 9097979 commit 440d052Copy full SHA for 440d052
src/JsonSchemaEditor/SchemaItem/index.tsx
@@ -275,7 +275,7 @@ function SchemaItem(props: SchemaItemProps) {
275
}}
276
/>
277
</Tooltip>
278
- {!isRoot || !isArrayItems || schema.type === 'object' ? (
+ {!isRoot && !isArrayItems || schema.type === 'object' ? (
279
<Dropdown
280
disabled={!addChildItems}
281
placement="bottom"
0 commit comments