Skip to content

Commit

Permalink
Merge pull request #375 from mentor-dev/develop
Browse files Browse the repository at this point in the history
Fix a mistake in example
  • Loading branch information
Tishka17 authored Mar 1, 2024
2 parents d0c0c96 + e66aec1 commit ef72216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/scrolls.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ async def paging_getter(dialog_manager: DialogManager, **_kwargs):
id="default",
),
SwitchTo(Const("Pager options"), id="pagers", state=DialogSG.PAGERS),
SwitchTo(Const("Text list scroll"), id="text", state=DialogSG.LIST),
SwitchTo(Const("Text list scroll"), id="list", state=DialogSG.LIST),
SwitchTo(Const("Text scroll"), id="text", state=DialogSG.TEXT),
SwitchTo(Const("Stub: getter-based"), id="stub", state=DialogSG.STUB),
state=DialogSG.MAIN,
Expand Down

0 comments on commit ef72216

Please sign in to comment.