fixup: do not show empty helpText for editors and owner fields

This commit is contained in:
Yohan Boniface 2025-02-07 15:35:49 +01:00
parent ad51f674ef
commit 76c13a61a6

View file

@ -1251,6 +1251,7 @@ Fields.Range = class extends Fields.FloatInput {
Fields.ManageOwner = class extends BaseElement {
build() {
super.build()
const options = {
className: 'edit-owner',
on_select: L.bind(this.onSelect, this),
@ -1281,6 +1282,7 @@ Fields.ManageOwner = class extends BaseElement {
Fields.ManageEditors = class extends BaseElement {
build() {
super.build()
const options = {
className: 'edit-editors',
on_select: L.bind(this.onSelect, this),