mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-17 03:38:18 +00:00
fix the application re-loading on profile page team or role changes (#20108)
This commit is contained in:
parent
137f86c00d
commit
f29bad1c1c
@ -58,7 +58,7 @@ export const ApplicationsProvider = ({ children }: { children: ReactNode }) => {
|
||||
} else {
|
||||
setLoading(false);
|
||||
}
|
||||
}, [permissions]);
|
||||
}, []);
|
||||
|
||||
const appContext = useMemo(() => {
|
||||
return { applications };
|
||||
|
Loading…
x
Reference in New Issue
Block a user