forgot to migrate one type_ to annotation
This commit is contained in:
parent
d0f15c591d
commit
78db90d695
@ -277,7 +277,7 @@ class Component(BaseComponent, ABC):
|
|||||||
field_type = EventChain
|
field_type = EventChain
|
||||||
elif key in props:
|
elif key in props:
|
||||||
# Set the field type.
|
# Set the field type.
|
||||||
field_type = fields[key].type_
|
field_type = fields[key].annotation
|
||||||
|
|
||||||
else:
|
else:
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user