1
0
Fork 0

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({
init() {
this._super(...arguments);
if (this.type === "checkbox") {
this.set("value", this.value || false);
}
},
check() {
if (this.customCheck) {
return this.customCheck();