Fix unexpected any in SortableTable
Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@ export function ReadOnlyAssetsTable(props: Props) {
|
||||
const { __ } = useTranslate();
|
||||
|
||||
return (
|
||||
<SortableTable {...pagination}>
|
||||
<SortableTable {...pagination} pageSize={10}>
|
||||
<Thead>
|
||||
<Tr>
|
||||
<Th>{__("Name")}</Th>
|
||||
|
||||
Reference in New Issue
Block a user