mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
ref
This commit is contained in:
@@ -95,8 +95,10 @@ class BoolFieldView extends BaseFieldView {
|
||||
}
|
||||
|
||||
fetch() {
|
||||
// noinspection JSUnresolvedReference
|
||||
const value = this.$element.get(0).checked;
|
||||
const element = /** @type {HTMLInputElement|null} */
|
||||
this.mainInputElement;
|
||||
|
||||
const value = element?.checked
|
||||
|
||||
const data = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user