mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 21:20:28 +00:00
fix: CR 问题修复
This commit is contained in:
parent
6c703d88db
commit
f054cbf779
@ -35,6 +35,7 @@ class SettingFieldView extends Component<{ field: SettingField }> {
|
||||
let setterType: any;
|
||||
let initialValue: any = null;
|
||||
const isReactComponent = prototype === null || prototype === undefined;
|
||||
|
||||
if (Array.isArray(setter)) {
|
||||
setterType = 'MixedSetter';
|
||||
setterProps = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user