mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-04 06:57:20 +01:00
fix buttons
This commit is contained in:
@@ -41,9 +41,11 @@ class App extends Component {
|
|||||||
<LetterOptions onChange={this._onChange.bind(this)} {...state.options}/>
|
<LetterOptions onChange={this._onChange.bind(this)} {...state.options}/>
|
||||||
<LatestList latest={state.latest} clickHandler={this._onClickLatest.bind(this)} />
|
<LatestList latest={state.latest} clickHandler={this._onClickLatest.bind(this)} />
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<Button onClick={this._onGenerate.bind(this)} text="Backe PDF"/>
|
<Button onClick={this._onGenerate.bind(this)} text="Backe PDF"/>
|
||||||
<Button onClick={this._onClear.bind(this)} text="Alles Löschen"/>
|
<Button onClick={this._onClear.bind(this)} text="Alles Löschen"/>
|
||||||
|
</div>
|
||||||
<Preview
|
<Preview
|
||||||
pdfUrl={state.pdfUrl}
|
pdfUrl={state.pdfUrl}
|
||||||
pdfIsLoading={state.pdfIsLoading}
|
pdfIsLoading={state.pdfIsLoading}
|
||||||
|
|||||||
Reference in New Issue
Block a user