Skip to content

Commit

Permalink
Update mod_form.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurData authored Aug 8, 2024
1 parent 79bc7f4 commit 6dfb9ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion signature/modules/mod_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def accordion_panels():
@module.ui
def form_ui():
return ui.div(
# ui.input_text(id="toto", label="Toto", placeholder="Toto", width="100%"),
ui.div(
ui.accordion(*accordion_panels(), id="myAccordion", multiple=False),
class_="row",
Expand Down

0 comments on commit 6dfb9ae

Please sign in to comment.