Compare commits

..

No commits in common. "985d91a9c706dedb553e2aa959248e18e96a8e30" and "dc35e7df6d64b7370da228a382cd9a04642633a1" have entirely different histories.

View file

@ -925,8 +925,7 @@ Fields.Url = class extends Fields.Input {
Fields.Switch = class extends Fields.CheckBox {
getTemplate() {
const label = this.properties.label
const help = this.properties.helpEntries?.join() || ''
return `${super.getTemplate()}<label title="${label}" for="${this.id}" data-ref=customLabel data-help="${help}">${label}</label>`
return `${super.getTemplate()}<label title="${label}" for="${this.id}" data-ref=customLabel>${label}</label>`
}
build() {