1
0
Fork 0
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:
Rex Wang 2022-08-11 07:40:26 +08:00 committed by GitHub
parent 5cf789a8e4
commit 9666c21b8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"