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 0621217 commit 41b5824Copy full SHA for 41b5824
web/src/components/TaskParamsForm.vue
@@ -356,7 +356,8 @@ export default {
356
const env = this.editedEnvironment;
357
if (!Object.prototype.hasOwnProperty.call(env, varName) || !Array.isArray(env[varName])) {
358
// Optionally, log a warning for debugging:
359
- // console.warn(`removeSelectedItem: '${varName}' is not a valid array key in editedEnvironment.`);
+ // console.warn(`removeSelectedItem: '${varName}' is not
360
+ // a valid array key in editedEnvironment.`);
361
return;
362
}
363
0 commit comments