Fix broken test and linter error
This commit is contained in:
parent
19bac884c6
commit
482e7ff012
2 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ module.exports = Vue.component('environment-item', {
|
||||||
* @returns {Boolean}
|
* @returns {Boolean}
|
||||||
*/
|
*/
|
||||||
hasStopAction() {
|
hasStopAction() {
|
||||||
return this.model['stop_action?'];
|
return this.model.latest['stop_action?'];
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -55,5 +55,5 @@ const environment = {
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
environmentsList,
|
environmentsList,
|
||||||
environment
|
environment,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue