Fix build

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-06-10 13:58:56 -07:00
committed by Sacha Al Himdani
parent 6c3de607f2
commit c38a46a4de
9 changed files with 1559 additions and 4529 deletions

View File

@@ -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"];
};
/**

View File

@@ -1,6 +1,5 @@
import {
graphql,
useFragment,
useMutation,
useRefetchableFragment,
} from "react-relay";