mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-04 23:17:19 +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}/>
|
||||
<LatestList latest={state.latest} clickHandler={this._onClickLatest.bind(this)} />
|
||||
</div>
|
||||
<div>
|
||||
<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