Fix refresh field in TemplateFieldCreator
This commit is contained in:
parent
ea5ddc0ed5
commit
3e7195978a
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ class TemplateFieldCreator(BaseModel, ABC):
|
|||
info: Optional[str] = ""
|
||||
"""Additional information about the field to be shown in the tooltip. Defaults to an empty string."""
|
||||
|
||||
refresh: bool = False
|
||||
refresh: Optional[bool] = None
|
||||
"""Specifies if the field should be refreshed. Defaults to False."""
|
||||
|
||||
def to_dict(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue