0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-10 04:12:53 +01:00

revert client side change

Dieser Commit ist enthalten in:
Faizaan Gagan 2021-04-30 23:02:13 +05:30
Ursprung 887de25833
Commit 4a4c1934a0

Datei anzeigen

@ -57,12 +57,6 @@ export default {
]; ];
FieldModel.reopen({ FieldModel.reopen({
init() {
this._super(...arguments);
if (this.type === "checkbox") {
this.set("value", this.value || false);
}
},
check() { check() {
if (this.customCheck) { if (this.customCheck) {
return this.customCheck(); return this.customCheck();