mirror of https://github.com/portainer/portainer
EE-3860 fix typo (#7447)
parent
5cf789a8e4
commit
9666c21b8a
|
@ -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…
Reference in New Issue