File tree 2 files changed +4
-7
lines changed
client/packages/lowcoder/src
comps/comps/tableComp/column/columnTypeComps
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ import { optionsControl } from "comps/controls/optionsControl";
17
17
import { BoolControl } from "comps/controls/boolControl" ;
18
18
import { dropdownControl } from "comps/controls/dropdownControl" ;
19
19
import { JSONObject } from "util/jsonTypes" ;
20
- import { Dispatch } from 'redux' ;
21
- import { changeChildAction } from "lowcoder-core" ;
22
20
23
21
const MenuLinkWrapper = styled . div `
24
22
> a {
@@ -108,6 +106,7 @@ export const ColumnAvatarsComp = (function () {
108
106
] ,
109
107
} )
110
108
} ;
109
+
111
110
return new ColumnTypeCompBuilder (
112
111
childrenMap ,
113
112
( props ) => {
@@ -161,13 +160,10 @@ export const ColumnAvatarsComp = (function () {
161
160
label : trans ( "avatarGroup.autoColor" )
162
161
} ) }
163
162
{ children . alignment . propertyView ( {
164
- label : trans ( "avatarGroup.alignment " ) ,
163
+ label : trans ( "table.avatarGroupAlignment " ) ,
165
164
radioButton : true ,
166
165
} ) }
167
- { children . avatars . propertyView ( {
168
- newOptionLabel : trans ( "table.option" ) ,
169
- title : trans ( "table.optionList" ) ,
170
- } ) }
166
+ { children . onEvent . propertyView ( ) }
171
167
</ >
172
168
) )
173
169
. build ( ) ;
Original file line number Diff line number Diff line change @@ -1875,6 +1875,7 @@ export const en = {
1875
1875
"prefix" : "Prefix" ,
1876
1876
"suffix" : "Suffix" ,
1877
1877
"avatars" : "Avatars" ,
1878
+ "avatarGroupAlignment" : "Avatars Alignment" ,
1878
1879
"text" : "Text" ,
1879
1880
"number" : "Number" ,
1880
1881
"link" : "Link" ,
You can’t perform that action at this time.
0 commit comments