style(js): minor code style fix
This commit is contained in:
@@ -1434,9 +1434,9 @@ export default {
|
||||
},
|
||||
canListParameters: {
|
||||
immediate: true,
|
||||
handler (canListParameters) {
|
||||
handler(canListParameters) {
|
||||
this.rawInput = !canListParameters
|
||||
}
|
||||
},
|
||||
},
|
||||
contentType(contentType, oldContentType) {
|
||||
const getDefaultParams = contentType => {
|
||||
|
||||
Reference in New Issue
Block a user