mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +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 {
|
||||
componentName: 'MixedSetter',
|
||||
isRequired,
|
||||
props: {},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user