Fix default form config

This commit is contained in:
Tobias Kunze 2025-12-09 09:59:45 +01:00
parent dbf9756ccc
commit 33ebf678be

View file

@ -17,6 +17,7 @@ DEFAULT_FIELD_CONFIGS = {
"display_name": {
"type": "text",
"label": "Instance Name",
"help_text": "",
"required": True,
"max_length": 100,
},