diff --git a/frontend/src/pages/secret-manager/integrations/OctopusDeployConfigurePage/OctopusDeployConfigurePage.tsx b/frontend/src/pages/secret-manager/integrations/OctopusDeployConfigurePage/OctopusDeployConfigurePage.tsx index 93f0e58fc..1c4315cd2 100644 --- a/frontend/src/pages/secret-manager/integrations/OctopusDeployConfigurePage/OctopusDeployConfigurePage.tsx +++ b/frontend/src/pages/secret-manager/integrations/OctopusDeployConfigurePage/OctopusDeployConfigurePage.tsx @@ -88,7 +88,7 @@ export const OctopusDeployConfigurePage = () => { { integrationAuthId, spaceId: currentSpace?.Id, - resourceId: currentResource.appId!, + resourceId: currentResource?.appId || "", scope: currentScope }, { enabled: Boolean(currentSpace && currentResource) }