Fix default form config
This commit is contained in:
parent
dbf9756ccc
commit
33ebf678be
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ DEFAULT_FIELD_CONFIGS = {
|
|||
"display_name": {
|
||||
"type": "text",
|
||||
"label": "Instance Name",
|
||||
"help_text": "",
|
||||
"required": True,
|
||||
"max_length": 100,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue