1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

fix(k8s-services): avoid rerendering services table [r8s-387] (#832)

This commit is contained in:
Ali 2025-06-27 22:48:40 +12:00 committed by GitHub
parent 8d29b5ae71
commit 303047656e
9 changed files with 216 additions and 99 deletions

View file

@ -21,7 +21,7 @@ export function useClusterRoles(
},
{
...withGlobalError('Unable to get cluster roles'),
...options,
refetchInterval: options?.autoRefreshRate,
}
);
}