We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ff070 commit 001201eCopy full SHA for 001201e
sources/moderations/api/src/page.tsx
@@ -88,7 +88,6 @@ export function Moderations_Page({
88
{...hx_moderations_query_props}
89
hx-sync="this"
90
hx-trigger={[
91
- `load delay:3s`,
92
`every 33s [document.visibilityState === 'visible']`,
93
`visibilitychange[document.visibilityState === 'visible'] from:document`,
94
].join(", ")}
sources/organizations/api/src/domaines/Page.tsx
@@ -23,7 +23,6 @@ export async function Page() {
23
{...hx_domains_query_props}
24
25
26
- `load delay:1s`,
27
`every 22s [document.visibilityState === 'visible']`,
28
29
0 commit comments