Skip to content

Commit

Permalink
Don't include field mappings in URL job params
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasolson committed May 16, 2023
1 parent 61f74ec commit 10eb19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/discover/public/utils/get_sharing_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export async function getSharingData(

searchSource.setField('fields', fields);
}
return searchSource.getSerializedFields(true);
return searchSource.getSerializedFields(true, false);
},
columns,
};
Expand Down

0 comments on commit 10eb19d

Please sign in to comment.