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