Skip to content

Commit

Permalink
fixed the duplicated duplicate title warning on Visualize Embeddable …
Browse files Browse the repository at this point in the history
…Add to Library (elastic#87938) (elastic#88052)
  • Loading branch information
ThomThomson authored Jan 12, 2021
1 parent 2951a6e commit be16136
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ export class VisualizeEmbeddableFactory
const saveOptions = {
confirmOverwrite: false,
returnToOrigin: true,
isTitleDuplicateConfirmed: true,
};
savedVis.title = title;
savedVis.copyOnSave = false;
Expand Down

0 comments on commit be16136

Please sign in to comment.