diff --git a/src/services/ui/src/api/useGetForm.ts b/src/services/ui/src/api/useGetForm.ts index c72ec4943c..5cb2f9eeca 100644 --- a/src/services/ui/src/api/useGetForm.ts +++ b/src/services/ui/src/api/useGetForm.ts @@ -2,6 +2,7 @@ import { useQuery } from "@tanstack/react-query"; import { API } from "aws-amplify"; import { ReactQueryApiError } from "shared-types"; +// TODO: Use the Document type here once it is in a shared location. export const getForm = async ( formId: string, formVersion?: string