mirror of
https://github.com/umap-project/umap.git
synced 2025-05-04 13:41:49 +02:00
Compare commits
No commits in common. "985d91a9c706dedb553e2aa959248e18e96a8e30" and "dc35e7df6d64b7370da228a382cd9a04642633a1" have entirely different histories.
985d91a9c7
...
dc35e7df6d
1 changed files with 1 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue