Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
hfpp2012
/
react-spd
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 6ed16e7d
authored
May 22, 2017
by
hfpp2012 yinsigan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix typo
1 parent
b9034d78
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/components/ModalRepoForm.js
src/components/ModalRepoForm.js
View file @
6ed16e7
...
@@ -12,6 +12,7 @@ export default class ModalRepoForm extends React.Component {
...
@@ -12,6 +12,7 @@ export default class ModalRepoForm extends React.Component {
this
.
state
=
{
this
.
state
=
{
showModal
:
false
,
name
:
''
showModal
:
false
,
name
:
''
};
};
this
.
init_state
=
this
.
state
;
}
}
close
()
{
close
()
{
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment