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 {
30
30
Option ,
31
31
WidthIcon ,
32
32
ImageCompIcon ,
33
+ CloseEyeIcon ,
33
34
} from "lowcoder-design" ;
34
35
import styled from "styled-components" ;
35
36
import { lastValueIfEqual } from "util/objectUtils" ;
@@ -588,7 +589,7 @@ const ColumnOption = new MultiCompBuilder(
588
589
radius : withDefault ( RadiusControl , "" ) ,
589
590
margin : withDefault ( StringControl , "" ) ,
590
591
padding : withDefault ( StringControl , "" ) ,
591
- hidden : withDefault ( BoolControl , false ) ,
592
+ hidden : withDefault ( BoolCodeControl , false ) ,
592
593
} ,
593
594
( props ) => props
594
595
)
@@ -627,6 +628,7 @@ const ColumnOption = new MultiCompBuilder(
627
628
} ) }
628
629
{ children . hidden . propertyView ( {
629
630
label : trans ( 'style.hideColumn' ) ,
631
+ preInputNode : < StyledIcon as = { CloseEyeIcon } title = "" />
630
632
} ) }
631
633
</ StyledContent >
632
634
) )
You can’t perform that action at this time.
0 commit comments