8000
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.
1 parent ae0360e commit 274642eCopy full SHA for 274642e
libraries/botbuilder-dialogs/botbuilder/dialogs/component_dialog.py
@@ -89,7 +89,7 @@ async def end_dialog(
89
) -> None:
90
# Forward cancel to inner dialogs
91
if reason == DialogReason.CancelCalled:
92
- dialog_state = instance.State[self.persisted_dialog_state]
+ dialog_state = instance.state[self.persisted_dialog_state]
93
inner_dc = DialogContext(self._dialogs, context, dialog_state)
94
await inner_dc.cancel_all_dialogs()
95
await self.on_end_dialog(context, instance, reason)
0 commit comments