mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-17 11:13:50 +00:00
fix: typeName 为 any 时转换出的 MixedSetter 缺少 props 的问题
This commit is contained in:
parent
7549871a13
commit
4b9084f764
@ -155,6 +155,7 @@ function propTypeToSetter(propType: PropType): SetterType {
|
|||||||
return {
|
return {
|
||||||
componentName: 'MixedSetter',
|
componentName: 'MixedSetter',
|
||||||
isRequired,
|
isRequired,
|
||||||
|
props: {},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user