owner is no longer a form field.

This commit is contained in:
Brian DeRocher 2023-09-20 10:53:27 -04:00
parent 35e37c2d4b
commit e76c147b65

View file

@ -939,10 +939,6 @@ L.U.FormBuilder = L.FormBuilder.extend({
defaultOptions: {
name: { label: L._('name') },
owner: {
label: L._('owner'),
// handler: 'BlurInput', // this field should be hidden, not sure if blur does it.
},
description: {
label: L._('description'),
handler: 'Textarea',