Skip to content

Commit

Permalink
#10418: Share tool - the 'Add place mark and zoom to sharing link' op…
Browse files Browse the repository at this point in the history
…tion is not applied correctly (#10419) (#10435)
  • Loading branch information
mahmoudadel54 authored Jun 24, 2024
1 parent dded00f commit 5df8cb1
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 5df8cb1

Please sign in to comment.