Skip to content

Commit e9395ef

Browse files
committed
Fix reset button
1 parent 88a6864 commit e9395ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

react_frontend/src/components/buttons/ResetButton.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const ResetButton = () => {
1616
setDisabled(false);
1717
} else {
1818
setDisabled(true);
19+
setLoading(false);
1920
}
2021
};
2122
window.RoboticsExerciseComponents.commsManager.subscribe(

0 commit comments

Comments
 (0)