Skip to content

Commit

Permalink
drop commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-bartscher committed Jan 14, 2025
1 parent 447f2e9 commit 460d395
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/test_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def index():
),
rx.input(
value=State.optional | "",
# value=State.optional.to_string(),
id="optional_input",
),
rx.button("SET NONE", on_click=State.set_none, id="set_none"),
Expand Down

0 comments on commit 460d395

Please sign in to comment.