Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opensearch-project/anomaly-detection-dashboards-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 803e1cb7d7a6e76819f9afad4dff4fb8d5fec49c
Choose a base ref
..
head repository: opensearch-project/anomaly-detection-dashboards-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6562355d2de51e16a2bd9eec46c462536d320b42
Choose a head ref
Showing with 0 additions and 3 deletions.
  1. +0 −3 public/components/FeatureAnywhereContextMenu/AssociatedDetectors/containers/AssociatedDetectors.tsx
Original file line number Diff line number Diff line change
@@ -138,9 +138,6 @@ function AssociatedDetectors({ embeddable, closeFlyout, setMode }) {
getAugmentVisSavedObjs(embeddable.vis.id, savedObjectLoader, uiSettings)
.then((savedAugmentObjectsArr: any) => {
if (savedAugmentObjectsArr != undefined) {
console.log(
'savedAugmentObjectsArr: ' + JSON.stringify(savedAugmentObjectsArr)
);
const curSelectedDetectors = getAssociatedDetectors(
Object.values(allDetectors),
savedAugmentObjectsArr