mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
fixup: do not show empty helpText for editors and owner fields
This commit is contained in:
parent
ad51f674ef
commit
76c13a61a6
1 changed files with 2 additions and 0 deletions
|
@ -1251,6 +1251,7 @@ Fields.Range = class extends Fields.FloatInput {
|
||||||
|
|
||||||
Fields.ManageOwner = class extends BaseElement {
|
Fields.ManageOwner = class extends BaseElement {
|
||||||
build() {
|
build() {
|
||||||
|
super.build()
|
||||||
const options = {
|
const options = {
|
||||||
className: 'edit-owner',
|
className: 'edit-owner',
|
||||||
on_select: L.bind(this.onSelect, this),
|
on_select: L.bind(this.onSelect, this),
|
||||||
|
@ -1281,6 +1282,7 @@ Fields.ManageOwner = class extends BaseElement {
|
||||||
|
|
||||||
Fields.ManageEditors = class extends BaseElement {
|
Fields.ManageEditors = class extends BaseElement {
|
||||||
build() {
|
build() {
|
||||||
|
super.build()
|
||||||
const options = {
|
const options = {
|
||||||
className: 'edit-editors',
|
className: 'edit-editors',
|
||||||
on_select: L.bind(this.onSelect, this),
|
on_select: L.bind(this.onSelect, this),
|
||||||
|
|
Loading…
Reference in a new issue