diff --git a/portals/publisher/src/main/webapp/source/src/app/components/Scopes/Usage/Usage.jsx b/portals/publisher/src/main/webapp/source/src/app/components/Scopes/Usage/Usage.jsx index 12cbfb19233..3ab7542a804 100644 --- a/portals/publisher/src/main/webapp/source/src/app/components/Scopes/Usage/Usage.jsx +++ b/portals/publisher/src/main/webapp/source/src/app/components/Scopes/Usage/Usage.jsx @@ -84,7 +84,7 @@ function Usage(props) { useEffect(() => { API.getSharedScopeUsages(scopeId).then((response) => setUsage(response.body)); - }, []); + }, [scopeName, scopeId, usageCount]); const handleUsageOpen = () => { setOpen(true);