Fix default form config
All checks were successful
Tests / test (push) Successful in 29s

This commit is contained in:
Tobias Kunze 2025-12-09 09:59:45 +01:00
parent e102d40c09
commit 86feb0ae4f

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,
}, },