Skip to content
Snippets Groups Projects
Commit ec87eca3 authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

add config.networkTopologyApiUrl to remove warning

parent fa47f83e
No related branches found
No related tags found
No related merge requests found
Pipeline #90192 passed
...@@ -47,7 +47,7 @@ const MapsPage: React.FC = () => { ...@@ -47,7 +47,7 @@ const MapsPage: React.FC = () => {
setLoading(false); setLoading(false);
setError(true); setError(true);
} }
}, [session]); }, [session, config.networkTopologyApiUrl]);
return ( return (
<WfoPolicyRenderPageFallback resource={GSOPolicyResource.NAVIGATION_MAPS}> <WfoPolicyRenderPageFallback resource={GSOPolicyResource.NAVIGATION_MAPS}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment