From 83f2dfd70c3903de9d991a779df7ef4aa62531f3 Mon Sep 17 00:00:00 2001 From: soulwu Date: Fri, 9 Oct 2020 09:53:05 +0800 Subject: [PATCH] fix(next-components): Replace ArrayList.Item with Table.Column. Fix #1034 --- 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 && ( -