Merge pull request #557 from FriedRiceNoodles/fix/editor-sdk

fix(editor-sdk): remove a wrong attribute
This commit is contained in:
tanbowensg 2022-08-02 09:57:20 +08:00 committed by GitHub
commit 34bda7f60d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>