style(js): minor code style fix

This commit is contained in:
Leonardo Matos
2020-03-20 16:06:52 -03:00
committed by GitHub
parent c370ee8018
commit 90bd8d45b4

View File

@@ -1434,9 +1434,9 @@ export default {
},
canListParameters: {
immediate: true,
handler (canListParameters) {
handler(canListParameters) {
this.rawInput = !canListParameters
}
},
},
contentType(contentType, oldContentType) {
const getDefaultParams = contentType => {