mirror of
https://github.com/portainer/portainer.git
synced 2025-07-27 09:19:39 +02:00
fix(app/edge): edge stacks webhooks cannot be disabled once created (#373)
This commit is contained in:
parent
156b223287
commit
c93b2fedb4
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ export function NonGitStackForm({ edgeStack }: { edgeStack: EdgeStack }) {
|
||||||
updateVersion,
|
updateVersion,
|
||||||
webhook: values.webhookEnabled
|
webhook: values.webhookEnabled
|
||||||
? edgeStack.Webhook || createWebhookId()
|
? edgeStack.Webhook || createWebhookId()
|
||||||
: undefined,
|
: '',
|
||||||
envVars: values.envVars,
|
envVars: values.envVars,
|
||||||
rollbackTo: values.rollbackTo,
|
rollbackTo: values.rollbackTo,
|
||||||
staggerConfig: values.staggerConfig,
|
staggerConfig: values.staggerConfig,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue