style(js): minor code style fix
This commit is contained in:
parent
c370ee8018
commit
90bd8d45b4
1 changed files with 2 additions and 2 deletions
|
|
@ -1434,9 +1434,9 @@ export default {
|
|||
},
|
||||
canListParameters: {
|
||||
immediate: true,
|
||||
handler (canListParameters) {
|
||||
handler(canListParameters) {
|
||||
this.rawInput = !canListParameters
|
||||
}
|
||||
},
|
||||
},
|
||||
contentType(contentType, oldContentType) {
|
||||
const getDefaultParams = contentType => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue