File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
client/packages/lowcoder/src/comps/comps/tableComp/column/columnTypeComps Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +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 { useMergeCompStyles } from "@lowcoder-ee/util/hooks" ;
21
20
22
21
const MenuLinkWrapper = styled . div `
23
22
> a {
@@ -89,7 +88,7 @@ export const alignOptions = [
89
88
90
89
export const ColumnAvatarsComp = ( function ( ) {
91
90
const childrenMap = {
92
- style : styleControl ( avatarGroupStyle , 'style' ) ,
91
+ style : styleControl ( avatarGroupStyle ) ,
93
92
maxCount : withDefault ( NumberControl , 3 ) ,
94
93
avatarSize : withDefault ( NumberControl , 40 ) ,
95
94
alignment : dropdownControl ( alignOptions , "center" ) ,
@@ -109,9 +108,6 @@ export const ColumnAvatarsComp = (function () {
109
108
return new ColumnTypeCompBuilder (
110
109
childrenMap ,
111
110
( props , dispatch ) => {
112
-
113
- useMergeCompStyles ( props , dispatch ) ;
114
-
115
111
return (
116
112
< Container
117
113
$style = { props . style }
You can’t perform that action at this time.
0 commit comments