🔀 refactor(types.py): remove unnecessary "refresh" field assignment in update_field_dict function
This commit is contained in:
parent
6ea7454fe3
commit
83392fe3b7
1 changed files with 0 additions and 1 deletions
|
|
@ -260,7 +260,6 @@ def update_field_dict(field_dict):
|
|||
# Let's check if "range_spec" is a RangeSpec object
|
||||
if "range_spec" in field_dict and isinstance(field_dict["range_spec"], RangeSpec):
|
||||
field_dict["range_spec"] = field_dict["range_spec"].model_dump()
|
||||
field_dict["refresh"] = True
|
||||
|
||||
|
||||
def add_extra_fields(frontend_node, field_config, function_args):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue