Skip to content

Commit 89e33bb

Browse files
committed
fix warning msg
Signed-off-by: Kaituo Li <kaituo@amazon.com>
1 parent 4cf545f commit 89e33bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/pages/DetectorDetail/containers/DetectorDetail.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export const DetectorDetail = (props: DetectorDetailProps) => {
211211
await dispatch(getAliases('', dataSourceId));
212212
} catch (error) {
213213
console.error(error);
214-
core.notifications.toasts.addDanger('Error getting all indices');
214+
core.notifications.toasts.addDanger('Error getting all indices or aliases');
215215
}
216216
};
217217
// only need to check if indices exist after detector finishes loading

0 commit comments

Comments
 (0)