Skip to content

Commit 806ee68

Browse files
Fix map viewer spining indefinitely when loading non-existent map issue (#2327)
1 parent 7ece01c commit 806ee68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

geonode_mapstore_client/client/js/epics/gnresource.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ const resourceTypes = {
241241
? axios.all([{...resource}, getGeoAppByPk(mapViewers?.pk, {api_preset: 'catalog_list', include: ['data', 'linked_resources']})])
242242
: Promise.resolve([{...resource}]);
243243
})
244-
.catch(() => null)
245244
]))
246245
.switchMap(([baseConfig, resource]) => {
247246
const [mapResource, mapViewerResource] = resource ?? [];

0 commit comments

Comments
 (0)