Skip to content

Commit

Permalink
fix warning msg
Browse files Browse the repository at this point in the history
Signed-off-by: Kaituo Li <[email protected]>
  • Loading branch information
kaituo committed Jun 10, 2024
1 parent 4cf545f commit 89e33bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/pages/DetectorDetail/containers/DetectorDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export const DetectorDetail = (props: DetectorDetailProps) => {
await dispatch(getAliases('', dataSourceId));
} catch (error) {
console.error(error);
core.notifications.toasts.addDanger('Error getting all indices');
core.notifications.toasts.addDanger('Error getting all indices or aliases');
}
};
// only need to check if indices exist after detector finishes loading
Expand Down

0 comments on commit 89e33bb

Please sign in to comment.