Commit 83f2dfd 1 parent d0eb66b commit 83f2dfd Copy full SHA for 83f2dfd
File tree 1 file changed +2
-3
lines changed
packages/next-components/src/array-table
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ const SelectionRow = (Table as any).SelectionRow
20
20
21
21
const ArrayComponents = {
22
22
Wrapper : Table ,
23
- Item : Table . Column ,
24
23
CircleButton,
25
24
TextButton,
26
25
AdditionIcon : ( ) => < Icon type = "add" className = "next-icon-first" /> ,
@@ -158,7 +157,7 @@ export const ArrayTable = styled(
158
157
...props . getExtendsProps ( )
159
158
}
160
159
return (
161
- < ArrayList . Item
160
+ < Table . Column
162
161
width = { 200 }
163
162
{ ...itemProps }
164
163
title = { complieExpression ( props . title , expressionScope ) }
@@ -198,7 +197,7 @@ export const ArrayTable = styled(
198
197
>
199
198
{ columns }
200
199
{ editable && operations !== false && (
201
- < ArrayList . Item
200
+ < Table . Column
202
201
width = { operationsWidth || 200 }
203
202
lock = "right"
204
203
{ ...operations }
You can’t perform that action at this time.
0 commit comments