We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf545f commit 89e33bbCopy full SHA for 89e33bb
public/pages/DetectorDetail/containers/DetectorDetail.tsx
@@ -211,7 +211,7 @@ export const DetectorDetail = (props: DetectorDetailProps) => {
211
await dispatch(getAliases('', dataSourceId));
212
} catch (error) {
213
console.error(error);
214
- core.notifications.toasts.addDanger('Error getting all indices');
+ core.notifications.toasts.addDanger('Error getting all indices or aliases');
215
}
216
};
217
// only need to check if indices exist after detector finishes loading
0 commit comments