Skip to content

Commit

Permalink
Express: change default page function to page_fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Dec 11, 2023
1 parent 6a28a59 commit d9363d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shiny/express/_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__all__ = ("wrap_express_app",)

_DEFAULT_PAGE_FUNCTION = ui.page_fillable
_DEFAULT_PAGE_FUNCTION = ui.page_fixed


def wrap_express_app(file: Path) -> App:
Expand Down

0 comments on commit d9363d2

Please sign in to comment.