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 () {
1919 const childrenMap = CascaderChildren ;
2020
2121 return new UICompBuilder ( childrenMap , ( props ) => {
22- console . log ( "🚀 ~ returnnewUICompBuilder ~ props:" , props )
2322 return props . label ( {
2423 style : props . style ,
2524 labelStyle : props . labelStyle ,
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ export const CascaderPropertyView = (
4747 children : RecordConstructorToComp < typeof CascaderChildren & { hidden : typeof BoolCodeControl } >
4848) => (
4949 < >
50- { console . log ( children ) }
5150 < Section name = { sectionNames . basic } >
5251 { children . options . propertyView ( { label : trans ( "cascader.options" ) } ) }
5352 { children . value . propertyView ( { label : trans ( "prop.defaultValue" ) } ) }
You can’t perform that action at this time.
0 commit comments