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