mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-29 09:40:10 +02:00
createnewmodal: copy
This commit is contained in:
@@ -20,11 +20,11 @@ export class CreateNewModal extends Component {
|
||||
Start a blank creation
|
||||
</button>
|
||||
<button className="btn" onClick={onBlankFileTemplateSelect}>
|
||||
Start a blank files creation
|
||||
Start a blank files creation (beta)
|
||||
</button>
|
||||
|
||||
<p>
|
||||
<button
|
||||
{/*<button
|
||||
className="btn"
|
||||
onClick={() =>
|
||||
this.setState({
|
||||
@@ -33,7 +33,7 @@ export class CreateNewModal extends Component {
|
||||
}
|
||||
>
|
||||
Import Github Repository
|
||||
</button>
|
||||
</button>*/}
|
||||
|
||||
{this.state.isGhRepoInputVisible ? (
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user