0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-22 17:30:29 +01:00

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') {