Commit ff211e31 authored by Ray Schamp's avatar Ray Schamp

Fix teacher registration starting step

parent 560538f0
......@@ -28,7 +28,7 @@ class TeacherRegistration extends React.Component {
this.state = {
formData: {},
registrationError: null,
step: 6,
step: 0,
waiting: false
};
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment