We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88a6864 + e9395ef commit 513bbaeCopy full SHA for 513bbae
react_frontend/src/components/buttons/ResetButton.js
@@ -16,6 +16,7 @@ const ResetButton = () => {
16
setDisabled(false);
17
} else {
18
setDisabled(true);
19
+ setLoading(false);
20
}
21
};
22
window.RoboticsExerciseComponents.commsManager.subscribe(
0 commit comments