forked from MapComplete/MapComplete
chore: fix warning
This commit is contained in:
parent
166b99f5ff
commit
accaaf09ca
1 changed files with 5 additions and 2 deletions
|
@ -22,7 +22,10 @@
|
||||||
},
|
},
|
||||||
"export_as_gpx",
|
"export_as_gpx",
|
||||||
"export_as_geojson",
|
"export_as_geojson",
|
||||||
"{upload_to_osm()}",
|
{
|
||||||
|
"id": "upload_to_osm",
|
||||||
|
"render": "{upload_to_osm()}"
|
||||||
|
},
|
||||||
"minimap",
|
"minimap",
|
||||||
{
|
{
|
||||||
"id": "delete",
|
"id": "delete",
|
||||||
|
|
Loading…
Reference in a new issue