EE-3860 fix typo (#7447)

pull/7137/merge
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
1 changed files with 1 additions and 1 deletions

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"