Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
ff211e31
Commit
ff211e31
authored
Jan 25, 2018
by
Ray Schamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix teacher registration starting step
parent
560538f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/views/teacherregistration/teacherregistration.jsx
src/views/teacherregistration/teacherregistration.jsx
+1
-1
No files found.
src/views/teacherregistration/teacherregistration.jsx
View file @
ff211e31
...
@@ -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
};
};
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment