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)
  • Loading branch information
mahmoudadel54 authored Jun 17, 2024
1 parent 3c550c8 commit b33f740
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 b33f740

Please sign in to comment.