fix the application re-loading on profile page team or role changes (#20108)

This commit is contained in:
Ashish Gupta 2025-03-06 18:24:44 +05:30 committed by GitHub
parent 137f86c00d
commit f29bad1c1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,7 +58,7 @@ export const ApplicationsProvider = ({ children }: { children: ReactNode }) => {
} else {
setLoading(false);
}
}, [permissions]);
}, []);
const appContext = useMemo(() => {
return { applications };