Fix default form config

This commit is contained in:
Tobias Kunze 2025-12-09 09:59:45 +01:00
parent 896b16282f
commit 6956c625e3

View file

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