Fix build
Signed-off-by: Bryan Frimin <bryan@getprobo.com> Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
committed by
Sacha Al Himdani
parent
6c3de607f2
commit
c38a46a4de
@@ -52,7 +52,7 @@ type Props<Params> = {
|
||||
// Mutation to attach a control (will receive {controlId, ...params})
|
||||
onAttach?: Mutation<Params>;
|
||||
// Allow sorting in the table
|
||||
refetch: Pick<ComponentProps<typeof SortableTable>, "refetch">;
|
||||
refetch: ComponentProps<typeof SortableTable>["refetch"];
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user