mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 09:41:57 +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 initialValue: any = null;
|
||||
const isReactComponent = prototype === null || prototype === undefined;
|
||||
console.log(111, this.props);
|
||||
if (Array.isArray(setter)) {
|
||||
setterType = 'MixedSetter';
|
||||
setterProps = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user