Skip to content

Commit

Permalink
Fix csv export due to bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed May 9, 2023
1 parent a563a04 commit 39885f8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ export const getTopNavLinks = ({
const sharingData = await getSharingData(
savedSearch.searchSource,
state.appState.getState(),
services
services,
isPlainRecord
);

services.share.toggleShareContextMenu({
Expand Down

0 comments on commit 39885f8

Please sign in to comment.