Skip to content

Commit

Permalink
refresh on filter cleared
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Tackett <[email protected]>
  • Loading branch information
Adam Tackett committed Nov 6, 2024
1 parent 0d20f7e commit 385c463
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ export function ServiceMap({
if (filterChange) {
setIsFilterChange(false);
}
}, [mode, filterChange]);
}, [mode, filterChange, currService]);

useEffect(() => {
if (selectedNodeDetails && items?.graph?.nodes) {
Expand Down

0 comments on commit 385c463

Please sign in to comment.