Fixed deleted comment fields
This commit is contained in:
parent
60ae155d96
commit
d189e5bca8
@ -46,6 +46,7 @@ class MotionSlide(ProjectorElement):
|
|||||||
recommendation_field_id = None
|
recommendation_field_id = None
|
||||||
|
|
||||||
for id, field in fields.items():
|
for id, field in fields.items():
|
||||||
|
if isinstance(field, dict):
|
||||||
if field.get('forState', False):
|
if field.get('forState', False):
|
||||||
state_field_id = id
|
state_field_id = id
|
||||||
if field.get('forRecommendation', False):
|
if field.get('forRecommendation', False):
|
||||||
|
Loading…
Reference in New Issue
Block a user