Skip to content

Commit 1995d4b

Browse files
committed
remove temporal=true for on_mount element
1 parent 2ab9c35 commit 1995d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcweb/pages/docs/custom_components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class CustomComponentGalleryState(rx.State):
3434
# Added available limits for the number of items per page
3535
limits: list[str] = ["10", "20", "50", "100"]
3636

37-
@rx.event(background=True, temporal=True)
37+
@rx.event(background=True)
3838
async def fetch_components_list(self):
3939
try:
4040
async with httpx.AsyncClient() as client:

0 commit comments

Comments
 (0)