Skip to content

Commit 01650f4

Browse files
committed
fix(portal): avoid Fleet refresh on page load
1 parent 3ac34f1 commit 01650f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/portal/src/app/(app)/(home)/[orgId]/components/EmployeeTasksList.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export const EmployeeTasksList = ({
3838
fallbackData: { device: host, fleetPolicies },
3939
refreshInterval: 0,
4040
revalidateOnFocus: false,
41+
revalidateOnMount: false
4142
},
4243
);
4344

0 commit comments

Comments
 (0)