Skip to content

Commit a746c3d

Browse files
committed
Add choices as a simple property
Fixes Cards - Choices #170
1 parent 60039fe commit a746c3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webexteamssdk/models/cards/inputs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ def __init__(
261261
super().__init__(
262262
serializable_properties=["choices"],
263263
simple_properties=[
264+
"choices",
264265
"id",
265266
"type",
266267
"isMultiSelect",

0 commit comments

Comments
 (0)