Skip to content

Commit

Permalink
Merge pull request #744 from eea/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Urkorue committed Apr 10, 2024
2 parents 701c1c0 + 5ed97c6 commit 711b18c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### [0.1.271](https://github.com/eea/volto-arcgis-block/compare/0.1.270...0.1.271) - 10 April 2024

### [0.1.270](https://github.com/eea/volto-arcgis-block/compare/0.1.269...0.1.270) - 8 April 2024

### [0.1.269](https://github.com/eea/volto-arcgis-block/compare/0.1.268...0.1.269) - 21 March 2024
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-arcgis-block",
"version": "0.1.270",
"version": "0.1.271",
"description": "volto-arcgis-block: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: CodeSyntax",
Expand Down
4 changes: 3 additions & 1 deletion src/components/UseCasesMapViewer/UseCasesMapViewer.jsx
Expand Up @@ -199,7 +199,9 @@ class UseCasesMapViewer extends React.Component {
}
async initFMI() {
let fetchUrl =
window.location.href.replace(window.location.pathname.substring(0), '') +
window.location.href
.replace(window.location.pathname.substring(0), '')
.replace(window.location.search.substring(0), '') +
'/++api++/@anon-registry';
try {
let highlightResponse = await fetch(
Expand Down

0 comments on commit 711b18c

Please sign in to comment.