Skip to content

Commit

Permalink
geosolutions-it#10418: Share tool - the 'Add place mark and zoom to s…
Browse files Browse the repository at this point in the history
…haring link' option is not applied correctly (geosolutions-it#10419)
  • Loading branch information
mahmoudadel54 committed Jun 20, 2024
1 parent 0780269 commit 35b6f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/epics/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export const getFeatureInfoOfSelectedItem = (action$, store) =>
];
}
}
return [Rx.Observable.empty()];
return Rx.Observable.empty();
}).delay(50);
/**
* Handles show GFI button click action.
Expand Down

0 comments on commit 35b6f07

Please sign in to comment.