Skip to content

Commit c0bc2bc

Browse files
authored
Merge branch 'master' into trboehre/Teams-FileUpload
2 parents 0d77f3b + 1ed9de5 commit c0bc2bc

File tree

1 file changed

+1
-1
lines changed
  • libraries/botbuilder-dialogs/botbuilder/dialogs/choices

1 file changed

+1
-1
lines changed

libraries/botbuilder-dialogs/botbuilder/dialogs/choices/find.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def find_choices(
5454
synonyms.append(SortedValue(value=choice.action.title, index=index))
5555

5656
if choice.synonyms is not None:
57-
for synonym in synonyms:
57+
for synonym in choice.synonyms:
5858
synonyms.append(SortedValue(value=synonym, index=index))
5959

6060
def found_choice_constructor(value_model: ModelResult) -> ModelResult:

0 commit comments

Comments
 (0)