Showing
2 changed files
with
2 additions
and
2 deletions
... | ... | @@ -234,7 +234,7 @@ export const useNodeFieldDisplay = ({ |
234 | 234 | }; |
235 | 235 | |
236 | 236 | const SelectItem = (props: any) => { |
237 | - if (props.type === 'FORM') { | |
237 | + if (props.type === 'FORM' && props.child?.length) { | |
238 | 238 | return ( |
239 | 239 | <div className={cls('qx-node-select-item', 'qx-node-select-item__group')}> |
240 | 240 | <Collapse | ... | ... |