mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 06:27:19 +01:00
fix buttons
This commit is contained in:
@@ -42,8 +42,10 @@ class App extends Component {
|
|||||||
<LatestList latest={state.latest} clickHandler={this._onClickLatest.bind(this)} />
|
<LatestList latest={state.latest} clickHandler={this._onClickLatest.bind(this)} />
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<Button onClick={this._onGenerate.bind(this)} text="Backe PDF"/>
|
<div>
|
||||||
<Button onClick={this._onClear.bind(this)} text="Alles Löschen"/>
|
<Button onClick={this._onGenerate.bind(this)} text="Backe PDF"/>
|
||||||
|
<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