Skip to content

Commit

Permalink
DBZ-4181:Fetch connector list on cluster change
Browse files Browse the repository at this point in the history
  • Loading branch information
indraraj authored and uidoyen committed Oct 21, 2021
1 parent 99c0bed commit 3f804d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ export const ConnectorsTableComponent: React.FunctionComponent<IConnectorsTableC
React.useEffect(() => {
const getConnectorsInterval = setInterval(() => getConnectorsList(), 10000);
return () => clearInterval(getConnectorsInterval);
}, [currentCategory]);
}, [currentCategory,props.clusterId]);

const columns = [
{
Expand Down

0 comments on commit 3f804d1

Please sign in to comment.