Skip to content

Commit

Permalink
Merge pull request #356 from anvilistas/352-bugfix-again
Browse files Browse the repository at this point in the history
  • Loading branch information
s-cork authored Jun 21, 2022
2 parents 001d534 + e42dcc0 commit fc39d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_code/navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def _default_link_click(**event_args):
"""
_reset_links()
link = event_args["sender"]
link.role.append("selected")
link.role += ["selected"]
actions = {"classic": open_form, "hash": set_url_hash}
kwargs = {}
if link.tag.routing == "classic":
Expand Down

0 comments on commit fc39d10

Please sign in to comment.