mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-27 08:15:24 +01:00
Also fixed invalid DOM nesting warning.
This commit is contained in:
parent
4b8800e8ac
commit
10b03c4e00
1 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ class ExportModal extends React.Component {
|
|||
Download a JSON style to your computer.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<div>
|
||||
<InputBlock
|
||||
label={fieldSpecAdditional.maputnik.mapbox_access_token.label}
|
||||
fieldSpec={fieldSpecAdditional.maputnik.mapbox_access_token}
|
||||
|
@ -108,7 +108,7 @@ class ExportModal extends React.Component {
|
|||
onChange={this.changeMetadataProperty.bind(this, "maputnik:thunderforest_access_token")}
|
||||
/>
|
||||
</InputBlock>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<Button onClick={this.downloadStyle.bind(this)}>
|
||||
<MdFileDownload />
|
||||
|
|
Loading…
Reference in a new issue