diff --git a/packages/amis-editor/src/renderer/style-control/FlexLayout.tsx b/packages/amis-editor/src/renderer/style-control/FlexLayout.tsx index 4b42da326..24def34ee 100644 --- a/packages/amis-editor/src/renderer/style-control/FlexLayout.tsx +++ b/packages/amis-editor/src/renderer/style-control/FlexLayout.tsx @@ -33,8 +33,12 @@ function LayoutItem({ }} onClick={onSelect} > - {items.map(val => ( -
+ {items.map((val, index) => ( +
))}
diff --git a/packages/amis-ui/src/components/table/index.tsx b/packages/amis-ui/src/components/table/index.tsx index 8d0795e69..8a1f9ebd5 100644 --- a/packages/amis-ui/src/components/table/index.tsx +++ b/packages/amis-ui/src/components/table/index.tsx @@ -689,7 +689,6 @@ export class Table extends React.PureComponent { testIdBuilder } = this.props; - console.log(testIdBuilder); const rowSelectionKeyField = this.getRowSelectionKeyField(); const dataList = rowSelection && rowSelection.getCheckboxProps