Fixed a bug in the ConfigurationArea.jsx

This commit is contained in:
2023-08-04 12:45:59 +02:00
parent 62ffca7d6e
commit e95af745b6

@ -35,6 +35,9 @@ export const ConfigurationArea = ({current}) => {
useEffect(() => { useEffect(() => {
return () => { return () => {
setSteps([]);
setCompletedSteps([]);
setFailedStep(null);
connection.disconnect(); connection.disconnect();
} }
}, []); }, []);