fix(app/edge): edge stacks webhooks cannot be disabled once created (#373)

release/2.27.0-rc2
LP B 2025-02-03 20:50:31 +01:00 committed by GitHub
parent 156b223287
commit c93b2fedb4
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ export function NonGitStackForm({ edgeStack }: { edgeStack: EdgeStack }) {
updateVersion,
webhook: values.webhookEnabled
? edgeStack.Webhook || createWebhookId()
: undefined,
: '',
envVars: values.envVars,
rollbackTo: values.rollbackTo,
staggerConfig: values.staggerConfig,