Fix unexpected any in SortableTable

Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
Émile Ré
2025-12-03 12:20:44 +04:00
parent 85d52b0088
commit 21d2246f30
7 changed files with 20 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ export function ReadOnlyAssetsTable(props: Props) {
const { __ } = useTranslate();
return (
<SortableTable {...pagination}>
<SortableTable {...pagination} pageSize={10}>
<Thead>
<Tr>
<Th>{__("Name")}</Th>