Skip to content

Commit 001201e

Browse files
committed
chore: remove auto reload delay on some tables
1 parent 09ff070 commit 001201e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

sources/moderations/api/src/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ export function Moderations_Page({
8888
{...hx_moderations_query_props}
8989
hx-sync="this"
9090
hx-trigger={[
91-
`load delay:3s`,
9291
`every 33s [document.visibilityState === 'visible']`,
9392
`visibilitychange[document.visibilityState === 'visible'] from:document`,
9493
].join(", ")}

sources/organizations/api/src/domaines/Page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export async function Page() {
2323
{...hx_domains_query_props}
2424
hx-sync="this"
2525
hx-trigger={[
26-
`load delay:1s`,
2726
`every 22s [document.visibilityState === 'visible']`,
2827
`visibilitychange[document.visibilityState === 'visible'] from:document`,
2928
].join(", ")}

0 commit comments

Comments
 (0)