fix: correct the dependencies array in the handleChange function within the ChooseConnectionSubstep

This commit is contained in:
kasia.oczkowska
2025-03-28 09:15:33 +00:00
parent 28d0ceb770
commit 91bfb38651

View File

@@ -221,7 +221,7 @@ function ChooseConnectionSubstep(props) {
}
}
},
[step, onChange, queryClient],
[stepConnection?.id, onChange, step, queryClient],
);
React.useEffect(() => {