fix(editor-sdk): remove a wrong attribute

This commit is contained in:
BugMaker.Huang 2022-08-01 21:06:43 +08:00
parent 158613d97e
commit 94bf9a393b

View File

@ -147,7 +147,7 @@ export const ArrayTable: React.FC<ArrayTableProps> = props => {
/>
))
) : (
<Tr span>
<Tr>
<Td colSpan={(displayedKeys.length || 1) + 2} textAlign="center">
No Data
</Td>