mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Fix JS error when loading post-save community resources
This commit is contained in:
@@ -28,7 +28,7 @@ export function uiSuccess(context) {
|
||||
.then(vals => {
|
||||
if (_oci) return _oci;
|
||||
|
||||
const ociResources = vals[0];
|
||||
const ociResources = vals[0].resources;
|
||||
const loco = new LocationConflation(vals[1]);
|
||||
let ociFeatures = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user