mirror of
https://github.com/portainer/portainer.git
synced 2025-08-07 14:55:27 +02:00
fix(stack): correct documentation link for stack ENV variables [EE-6902] (#11654)
This commit is contained in:
parent
cf8ec631dd
commit
d177a70c54
2 changed files with 9 additions and 2 deletions
|
@ -268,7 +268,11 @@ withFormValidation(
|
|||
withFormValidation(
|
||||
ngModule,
|
||||
withUIRouter(
|
||||
withControlledInput(StackEnvironmentVariablesPanel, { values: 'onChange' })
|
||||
withReactQuery(
|
||||
withControlledInput(StackEnvironmentVariablesPanel, {
|
||||
values: 'onChange',
|
||||
})
|
||||
)
|
||||
),
|
||||
'stackEnvironmentVariablesPanel',
|
||||
['showHelpMessage', 'isFoldable'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue