We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2f095 commit 80b76f5Copy full SHA for 80b76f5
client/packages/lowcoder/src/comps/comps/tableComp/column/columnTypeComps/columnAvatarsComp.tsx
@@ -86,8 +86,6 @@ export const alignOptions = [
86
{ label: <AlignRight />, value: "flex-end" },
87
] as const;
88
89
-// props.dispatch(changeChildAction("currentAvatar", item as JSONObject, false));
90
-
91
export const ColumnAvatarsComp = (function () {
92
const childrenMap = {
93
style: styleControl(avatarGroupStyle),
@@ -131,6 +129,7 @@ export const ColumnAvatarsComp = (function () {
131
129
size={props.avatarSize}
132
130
onClick={() => {
133
props.onEvent("click")
+ // Falk: TODO: Implement dispatch function to set the currentAvatar
134
// dispatch(changeChildAction("currentAvatar", item as JSONObject, false));
135
}}
136
>
0 commit comments