Skip to content

Commit

Permalink
Merge pull request #476 from dulithsenanayake/scope-usage-issue-fix
Browse files Browse the repository at this point in the history
[Public] - Fix scope usage issue fix
  • Loading branch information
dulithsenanayake committed Jun 28, 2023
2 parents 79fc006 + de214dd commit 0827312
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function Usage(props) {

useEffect(() => {
API.getSharedScopeUsages(scopeId).then((response) => setUsage(response.body));
}, []);
}, [scopeName, scopeId, usageCount]);

const handleUsageOpen = () => {
setOpen(true);
Expand Down

0 comments on commit 0827312

Please sign in to comment.