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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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