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

@@ -91,7 +91,7 @@ export function LinkedControlsCard<Params>(props: Props<Params>) {
};
return (
<SortableTable refetch={props.refetch as any}>
<SortableTable refetch={props.refetch}>
<Thead>
<Tr>
<SortableTh field="SECTION_TITLE">{__("Reference")}</SortableTh>