From e116838a212317f2eb2786e0c894c3411a497a79 Mon Sep 17 00:00:00 2001 From: soulwu Date: Fri, 9 Oct 2020 12:19:04 +0800 Subject: [PATCH] fix(next-components): Replace ArrayList.Item with Table.Column. Fix #1034 (#1045) --- packages/next-components/src/array-table/index.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/next-components/src/array-table/index.tsx b/packages/next-components/src/array-table/index.tsx index 331a7515967..c60b59d7383 100644 --- a/packages/next-components/src/array-table/index.tsx +++ b/packages/next-components/src/array-table/index.tsx @@ -20,7 +20,6 @@ const SelectionRow = (Table as any).SelectionRow const ArrayComponents = { Wrapper: Table, - Item: Table.Column, CircleButton, TextButton, AdditionIcon: () => , @@ -158,7 +157,7 @@ export const ArrayTable = styled( ...props.getExtendsProps() } return ( - {columns} {editable && operations !== false && ( -