mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-18 12:18:35 +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 {
|
} else {
|
||||||
setLoading(false);
|
setLoading(false);
|
||||||
}
|
}
|
||||||
}, [permissions]);
|
}, []);
|
||||||
|
|
||||||
const appContext = useMemo(() => {
|
const appContext = useMemo(() => {
|
||||||
return { applications };
|
return { applications };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user