mirror of
https://github.com/woodchen-ink/CoverView.git
synced 2025-07-18 14:01:56 +08:00
Fixed a typo
This commit is contained in:
parent
ee44e7f7bc
commit
158b4697c9
@ -122,7 +122,7 @@ class ConfigCover extends React.Component {
|
|||||||
</select>
|
</select>
|
||||||
|
|
||||||
<div className="d-flex flex-row mt-2">
|
<div className="d-flex flex-row mt-2">
|
||||||
<label>Dowload As</label>
|
<label>Download As</label>
|
||||||
<select onChange={(e) => this.setState({ download: e.target.value })} className="form-control input-md ml-2" value={this.state.download}>
|
<select onChange={(e) => this.setState({ download: e.target.value })} className="form-control input-md ml-2" value={this.state.download}>
|
||||||
<option>PNG</option>
|
<option>PNG</option>
|
||||||
<option>JPEG</option>
|
<option>JPEG</option>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user