Skip to content

Commit

Permalink
Prueba on_load
Browse files Browse the repository at this point in the history
  • Loading branch information
mouredev committed Feb 23, 2024
1 parent 72dcc30 commit 0eb2922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion link_bio/link_bio/pages/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
description=utils.index_description,
image=utils.preview,
meta=utils.index_meta,
on_load=[PageState.check_live, PageState.featured_links]
on_load=[PageState.featured_links]
)
def index() -> rx.Component:
return rx.box(
Expand Down

0 comments on commit 0eb2922

Please sign in to comment.