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