Skip to content

Commit 7179b58

Browse files
authored
remove temporal=true for on_mount element (#1653)
1 parent ca2247c commit 7179b58

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)