mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-25 06:15:56 +01:00
Fix: extra variables validation error
This commit is contained in:
parent
16248d0fe9
commit
c96b82328e
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user