mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-29 20:54:37 +01:00
Removed more old styleUrlElement refs
This commit is contained in:
parent
225e5c48e4
commit
dffa54afb0
1 changed files with 2 additions and 3 deletions
|
@ -123,9 +123,8 @@ class OpenModal extends React.Component {
|
|||
})
|
||||
}
|
||||
|
||||
onOpenUrl = () => {
|
||||
const url = this.styleUrlElement.value;
|
||||
this.onStyleSelect(url);
|
||||
onOpenUrl = (url) => {
|
||||
this.onStyleSelect(this.state.styleUrl);
|
||||
}
|
||||
|
||||
onUpload = (_, files) => {
|
||||
|
|
Loading…
Reference in a new issue