Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:ansible-semaphore/semaphore into…
Browse files Browse the repository at this point in the history
… develop
  • Loading branch information
fiftin committed Feb 7, 2024
2 parents f3ef216 + dcba92a commit a1a47c9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions web/src/components/EnvironmentForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,15 @@ export default {
codemirror,
},
created() {
if (!this.item.env) {
this.item.env = '{}';
}
if (!this.item.json) {
this.item.json = '{}';
}
},
data() {
return {
cmOptions: {
Expand Down

0 comments on commit a1a47c9

Please sign in to comment.