File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
client/packages/lowcoder/src/comps/comps/selectInputComp Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ let CascaderBasicComp = (function () {
19
19
const childrenMap = CascaderChildren ;
20
20
21
21
return new UICompBuilder ( childrenMap , ( props ) => {
22
- console . log ( "🚀 ~ returnnewUICompBuilder ~ props:" , props )
23
22
return props . label ( {
24
23
style : props . style ,
25
24
labelStyle : props . labelStyle ,
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ export const CascaderPropertyView = (
47
47
children : RecordConstructorToComp < typeof CascaderChildren & { hidden : typeof BoolCodeControl } >
48
48
) => (
49
49
< >
50
- { console . log ( children ) }
51
50
< Section name = { sectionNames . basic } >
52
51
{ children . options . propertyView ( { label : trans ( "cascader.options" ) } ) }
53
52
{ children . value . propertyView ( { label : trans ( "prop.defaultValue" ) } ) }
You can’t perform that action at this time.
0 commit comments