1
0
Fork 0

Update custom.js.es6

Dieser Commit ist enthalten in:
Angus McLeod 2020-03-24 21:24:27 +11:00
Ursprung 8a4b4413b9
Commit ab1763545b

Datei anzeigen

@ -252,6 +252,9 @@ export default {
} else {
const val = this.get('value');
const type = this.get('type');
console.log(val, type)
if (type === 'checkbox') {
valid = val;
} else if (type === 'category') {