We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
InteractionData
1 parent b410d0f commit e6af598Copy full SHA for e6af598
interactions/models/misc.py
@@ -113,7 +113,7 @@ def __init__(self, **kwargs):
113
self.values = (
114
[SelectOption(**value) for value in self.values] if self._json.get("values") else None
115
)
116
- self._json.update({"component_type": self.component_type.value})
+ self._json.update({"component_type": self.component_type.value, "type": self.type.value})
117
118
119
class Interaction(DictSerializerMixin):
0 commit comments