Skip to content

Commit 7ece01c

Browse files
authored
Fix extensions connection in components app (#2328)
1 parent 58a007c commit 7ece01c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

geonode_mapstore_client/client/js/apps/gn-components.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ document.addEventListener('DOMContentLoaded', function() {
115115
initialActions: [
116116
updateGeoNodeSettings.bind(null, settings)
117117
]
118-
});
119-
}, withExtensions(StandardApp));
118+
}, withExtensions(StandardApp));
119+
});
120120
});
121121
});
122122
});

0 commit comments

Comments
 (0)