mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2025-04-06 21:40:23 +08:00
fix(editor-sdk): remove a wrong attribute
This commit is contained in:
parent
158613d97e
commit
94bf9a393b
@ -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