Skip to content

Commit

Permalink
Update x-pack/plugins/maps/public/routes/map_page/saved_map/saved_map.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Peihl <[email protected]>
  • Loading branch information
nreese and nickpeihl authored Jun 13, 2024
1 parent c5b6e13 commit ab3262e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,6 @@ export class SavedMap {
attributes: this._attributes,
});
const savedObjectsTagging = getSavedObjectsTagging();
// Attribute service deviates from Saved Object client by including references as a child to attributes in stead of a sibling
const tagReferences =
savedObjectsTagging && tags ? savedObjectsTagging.ui.updateTagsReferences([], tags) : [];
const { id: savedObjectId } = await saveToLibrary(
Expand Down

0 comments on commit ab3262e

Please sign in to comment.