mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2025-04-06 21:40:23 +08:00
Merge pull request #557 from FriedRiceNoodles/fix/editor-sdk
fix(editor-sdk): remove a wrong attribute
This commit is contained in:
commit
34bda7f60d
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user