File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
client/packages/lowcoder/src/comps/comps/tableComp/column/columnTypeComps Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,6 @@ export const alignOptions = [
86
86
{ label : < AlignRight /> , value : "flex-end" } ,
87
87
] as const ;
88
88
89
- // props.dispatch(changeChildAction("currentAvatar", item as JSONObject, false));
90
-
91
89
export const ColumnAvatarsComp = ( function ( ) {
92
90
const childrenMap = {
93
91
style : styleControl ( avatarGroupStyle ) ,
@@ -131,6 +129,7 @@ export const ColumnAvatarsComp = (function () {
131
129
size = { props . avatarSize }
132
130
onClick = { ( ) => {
133
131
props . onEvent ( "click" )
132
+ // Falk: TODO: Implement dispatch function to set the currentAvatar
134
133
// dispatch(changeChildAction("currentAvatar", item as JSONObject, false));
135
134
} }
136
135
>
You can’t perform that action at this time.
0 commit comments