Skip to content

Commit

Permalink
fix: nav set value
Browse files Browse the repository at this point in the history
  • Loading branch information
conradbez authored May 27, 2024
1 parent 8574d93 commit 78fcd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hstream/components/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def nav(
("hx-trigger", "click"),
(
"hx-post",
f"/set_component_value/?component_id={key}&new_value={item}",
f"/set_component_value?component_id={key}&new_value={item}",
),
("hx-swap", "none"),
):
Expand Down

0 comments on commit 78fcd2c

Please sign in to comment.