Fixed a bug in the ConfigurationArea.jsx
This commit is contained in:
parent
62ffca7d6e
commit
e95af745b6
@ -35,6 +35,9 @@ export const ConfigurationArea = ({current}) => {
|
|||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
return () => {
|
return () => {
|
||||||
|
setSteps([]);
|
||||||
|
setCompletedSteps([]);
|
||||||
|
setFailedStep(null);
|
||||||
connection.disconnect();
|
connection.disconnect();
|
||||||
}
|
}
|
||||||
}, []);
|
}, []);
|
||||||
|
Reference in New Issue
Block a user