mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Merge pull request #3114 from Infisical/daniel/fix-octopus-integration
fix: octopus deploy integration error
This commit is contained in:
@@ -88,7 +88,7 @@ export const OctopusDeployConfigurePage = () => {
|
||||
{
|
||||
integrationAuthId,
|
||||
spaceId: currentSpace?.Id,
|
||||
resourceId: currentResource.appId!,
|
||||
resourceId: currentResource?.appId || "",
|
||||
scope: currentScope
|
||||
},
|
||||
{ enabled: Boolean(currentSpace && currentResource) }
|
||||
|
||||
Reference in New Issue
Block a user