fix: correct the dependencies array in the handleChange function within the ChooseConnectionSubstep
This commit is contained in:
@@ -221,7 +221,7 @@ function ChooseConnectionSubstep(props) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[step, onChange, queryClient],
|
[stepConnection?.id, onChange, step, queryClient],
|
||||||
);
|
);
|
||||||
|
|
||||||
React.useEffect(() => {
|
React.useEffect(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user