Displacing non-standard string format to props
This commit is contained in:
@@ -21,8 +21,7 @@ class ContractTemplateCreate(Writer):
|
||||
)
|
||||
variables: List[DictionaryEntry] = Field(
|
||||
default=[],
|
||||
format="dictionary",
|
||||
props={"required": False},
|
||||
props={"display": "dictionary", "required": False},
|
||||
title="Variables"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user