forked from MapComplete/MapComplete
Studio: show index for studio.html#layer
-urls
This commit is contained in:
parent
bd16729225
commit
011ca8ca8f
1 changed files with 3 additions and 0 deletions
|
@ -213,6 +213,9 @@
|
||||||
owner: uid,
|
owner: uid,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
if(mode === undefined || id === undefined){
|
||||||
|
return
|
||||||
|
}
|
||||||
const statePromise: Promise<EditJsonState<any>> =
|
const statePromise: Promise<EditJsonState<any>> =
|
||||||
mode === "layer" ? editLayer(event) : editTheme(event)
|
mode === "layer" ? editLayer(event) : editTheme(event)
|
||||||
const state = await statePromise
|
const state = await statePromise
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue