Skip to content

Commit

Permalink
routing: tweak to force launch global
Browse files Browse the repository at this point in the history
  • Loading branch information
s-cork committed Sep 17, 2023
1 parent e0b3744 commit b15ea80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client_code/routing/_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ def launch():
template_instance = get_open_form()
current_template = type(template_instance)

if template_instance is None or current_template not in _templates:
_force_launch = True
_force_launch = template_instance is None or current_template not in _templates

if _queued:
# only run the last _queued navigation
Expand Down

0 comments on commit b15ea80

Please sign in to comment.