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 = [
8686 { label : < AlignRight /> , value : "flex-end" } ,
8787] as const ;
8888
89- // props.dispatch(changeChildAction("currentAvatar", item as JSONObject, false));
90-
9189export const ColumnAvatarsComp = ( function ( ) {
9290 const childrenMap = {
9391 style : styleControl ( avatarGroupStyle ) ,
@@ -131,6 +129,7 @@ export const ColumnAvatarsComp = (function () {
131129 size = { props . avatarSize }
132130 onClick = { ( ) => {
133131 props . onEvent ( "click" )
132+ // Falk: TODO: Implement dispatch function to set the currentAvatar
134133 // dispatch(changeChildAction("currentAvatar", item as JSONObject, false));
135134 } }
136135 >
You can’t perform that action at this time.
0 commit comments