Commit 6ed16e7d by hfpp2012 yinsigan

fix typo

1 parent b9034d78
...@@ -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() {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!