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:
Ursprung
8a4b4413b9
Commit
ab1763545b
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
|
@ -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') {
|
||||
|
|
Laden …
In neuem Issue referenzieren