Skip to content

Commit

Permalink
Fix form-designer for 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
masenf committed Nov 11, 2024
1 parent f1641a0 commit 41dc472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion form-designer/form_designer/form_designer.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

# Adding a dummy route to register the dynamic route vars.
with contextlib.suppress(ValueError):
app.add_page(lambda: rx.fragment(on_click=False), route="/_dummy/[form_id]/[field_id]")
app.add_page(lambda: rx.fragment(on_click=rx.event.noop()), route="/_dummy/[form_id]/[field_id]")

# Authentication via reflex-local-auth
app.add_page(
Expand Down
2 changes: 1 addition & 1 deletion form-designer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
reflex>=0.5.0
reflex>=0.6.5a1
reflex-local-auth>=0.2.0

0 comments on commit 41dc472

Please sign in to comment.