diff --git a/apps/webapp/app/components/CreateNewWorkflow.tsx b/apps/webapp/app/components/CreateNewWorkflow.tsx index 591f8337cea..2e2d061888a 100644 --- a/apps/webapp/app/components/CreateNewWorkflow.tsx +++ b/apps/webapp/app/components/CreateNewWorkflow.tsx @@ -84,22 +84,14 @@ export function CreateNewWorkflowNoWorkflows() { Easily authenticate with APIs using the supported integrations below. If there's an integration we don't yet support,{" "} - - {" "} + let us know + {" "} and we'll add it. -
{getProviders(false).map((provider) => ( (routeMatch.data.organizations); + return hydrateObject< + UseDataFunctionReturn["organizations"] + >(routeMatch.data.organizations); } export function useCurrentOrganization() { @@ -26,7 +26,7 @@ export function useCurrentOrganization() { } const result = hydrateObject< - PrismaReturnType + UseDataFunctionReturn["organization"] >(routeMatch.data.organization); if (result == null) return undefined;