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.
1 parent 295031e commit 7281b91Copy full SHA for 7281b91
src/lib/forms/widgets/custom_fields/CustomFields.js
@@ -87,7 +87,7 @@ export class CustomFields extends Component {
87
{fields}
88
</AccordionField>
89
))}
90
- {discoverFieldsSections && (
+ {discoverFieldsSections && discoverFieldsSections.length > 0 && (
91
<DiscoverFieldsSection
92
templateLoaders={templateLoaders}
93
sections={discoverFieldsSections}
0 commit comments