Fix linting issues
This commit is contained in:
parent
199daea1b9
commit
7366131817
|
@ -95,18 +95,18 @@ export default {
|
||||||
EnvironmentCards,
|
EnvironmentCards,
|
||||||
QuickHelp,
|
QuickHelp,
|
||||||
TaskLog,
|
TaskLog,
|
||||||
ToggleHelp,
|
ToggleHelp
|
||||||
},
|
},
|
||||||
|
|
||||||
props: {
|
props: {
|
||||||
id: String,
|
id: String
|
||||||
},
|
},
|
||||||
|
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
applications: data.applications,
|
applications: data.applications,
|
||||||
help: {
|
help: {
|
||||||
hidden: false,
|
hidden: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Reference in a new issue