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 { ...@@ -28,7 +28,7 @@ class TeacherRegistration extends React.Component {
this.state = { this.state = {
formData: {}, formData: {},
registrationError: null, registrationError: null,
step: 6, step: 0,
waiting: false 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