mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-10 09:56:20 +00:00
Merge branch 'fix/parseProps' into 'release/0.9.0'
fix: typeName 为 any 时转换出的 MixedSetter 缺少 props 的问题 修复 typeName 为 any 时转换出的 MixedSetter 缺少 props 的问题 See merge request !893134
This commit is contained in:
commit
d70081ce24
@ -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