mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 14:37:21 +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)} />
|
||||
</div>
|
||||
<div>
|
||||
<Button onClick={this._onGenerate.bind(this)} text="Backe PDF"/>
|
||||
<Button onClick={this._onClear.bind(this)} text="Alles Löschen"/>
|
||||
<div>
|
||||
<Button onClick={this._onGenerate.bind(this)} text="Backe PDF"/>
|
||||
<Button onClick={this._onClear.bind(this)} text="Alles Löschen"/>
|
||||
</div>
|
||||
<Preview
|
||||
pdfUrl={state.pdfUrl}
|
||||
pdfIsLoading={state.pdfIsLoading}
|
||||
|
||||
Reference in New Issue
Block a user