Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-23 01:40:29 +01:00
fix formatting
Dieser Commit ist enthalten in:
Ursprung
8aafb257fd
Commit
c463e8b541
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -59,7 +59,7 @@ export default {
|
||||||
FieldModel.reopen({
|
FieldModel.reopen({
|
||||||
init() {
|
init() {
|
||||||
this._super(...arguments);
|
this._super(...arguments);
|
||||||
if (this.type === "checkbox") {
|
if (this.type === "checkbox") {
|
||||||
this.set("value", this.value || false);
|
this.set("value", this.value || false);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Laden …
In neuem Issue referenzieren