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({
|
||||
init() {
|
||||
this._super(...arguments);
|
||||
if (this.type === "checkbox") {
|
||||
if (this.type === "checkbox") {
|
||||
this.set("value", this.value || false);
|
||||
}
|
||||
},
|
||||
|
|
Laden …
In neuem Issue referenzieren