fix(ui): use alert fingerprint instead of labels hash

This commit is contained in:
Łukasz Mierzwa
2020-05-30 16:11:18 +01:00
committed by Łukasz Mierzwa
parent c74479d435
commit 2c68967928
3 changed files with 3 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ const APIAlertAlertmanagerState = PropTypes.exact({
});
const APIAlert = PropTypes.exact({
id: PropTypes.string.isRequired,
annotations: PropTypes.arrayOf(Annotation).isRequired,
labels: PropTypes.object.isRequired,
startsAt: PropTypes.string.isRequired,