File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
client/packages/lowcoder/src/comps/controls Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ import {
3030 Option ,
3131 WidthIcon ,
3232 ImageCompIcon ,
33+ CloseEyeIcon ,
3334} from "lowcoder-design" ;
3435import styled from "styled-components" ;
3536import { lastValueIfEqual } from "util/objectUtils" ;
@@ -588,7 +589,7 @@ const ColumnOption = new MultiCompBuilder(
588589 radius : withDefault ( RadiusControl , "" ) ,
589590 margin : withDefault ( StringControl , "" ) ,
590591 padding : withDefault ( StringControl , "" ) ,
591- hidden : withDefault ( BoolControl , false ) ,
592+ hidden : withDefault ( BoolCodeControl , false ) ,
592593 } ,
593594 ( props ) => props
594595)
@@ -627,6 +628,7 @@ const ColumnOption = new MultiCompBuilder(
627628 } ) }
628629 { children . hidden . propertyView ( {
629630 label : trans ( 'style.hideColumn' ) ,
631+ preInputNode : < StyledIcon as = { CloseEyeIcon } title = "" />
630632 } ) }
631633 </ StyledContent >
632634) )
You can’t perform that action at this time.
0 commit comments