Skip to content

Commit 5055488

Browse files
authored
Express: change default page function to page_fixed (#892)
1 parent 6a28a59 commit 5055488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/express/_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
__all__ = ("wrap_express_app",)
2222

23-
_DEFAULT_PAGE_FUNCTION = ui.page_fillable
23+
_DEFAULT_PAGE_FUNCTION = ui.page_fixed
2424

2525

2626
def wrap_express_app(file: Path) -> App:

0 commit comments

Comments
 (0)