Skip to content

Commit

Permalink
allow custom url
Browse files Browse the repository at this point in the history
  • Loading branch information
zen committed Oct 13, 2023
1 parent 408cfb5 commit 34d1724
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion demo/pages/input_page/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,6 @@
name="Inputs",
icon="delete",
page=inputPage,
tab_number=0)
tab_number=0,
custom_url="my_page"
)

0 comments on commit 34d1724

Please sign in to comment.