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