mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
EE-3860 fix typo (#7447)
This commit is contained in:
parent
5cf789a8e4
commit
9666c21b8a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
<web-editor-form
|
||||
ng-if="$ctrl.state.showAdvancedOptions"
|
||||
identifier="custom-template-creation-editor"
|
||||
value="$ctrl.formValues.FileContent"
|
||||
value="$ctrl.formValues.fileContent"
|
||||
on-change="($ctrl.editorUpdate)"
|
||||
ng-required="true"
|
||||
yml="true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue