mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
fix(app/edge): edge stacks webhooks cannot be disabled once created (#372)
This commit is contained in:
parent
c0d30a455f
commit
a50a9c5617
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue