We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa077a commit bf3447cCopy full SHA for bf3447c
web/src/components/TaskForm.vue
@@ -112,14 +112,14 @@
112
v-if="template.app === 'ansible'"
113
v-model="item.params"
114
:app="template.app"
115
- :template-params="template.task_params"
+ :template-params="template.task_params || {}"
116
/>
117
118
<TaskParamsForm
119
v-else
120
121
122
123
124
125
<ArgsPicker
0 commit comments