1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-10 08:15:25 +02:00

fix(docker): clone config [EE-5115] (#8575)

This commit is contained in:
Chaim Lev-Ari 2023-03-02 11:38:21 +02:00 committed by GitHub
parent 96e5d44cc2
commit 6074d1fcb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
placeholder="Define or paste the content of your config here"
yml="false"
on-change="(ctrl.editorUpdate)"
value="ctrl.formValues.Data"
value="ctrl.formValues.ConfigContent"
></web-editor-form>
</div>
</div>