diff --git a/ui/src/Components/Grid/AlertGrid/AlertGroup/index.js b/ui/src/Components/Grid/AlertGrid/AlertGroup/index.js index b8a458402..be577ec8b 100644 --- a/ui/src/Components/Grid/AlertGrid/AlertGroup/index.js +++ b/ui/src/Components/Grid/AlertGrid/AlertGroup/index.js @@ -4,8 +4,6 @@ import PropTypes from "prop-types"; import { observer } from "mobx-react"; import { observable, action, toJS } from "mobx"; -import hash from "object-hash"; - import { Fade } from "react-reveal"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; @@ -260,7 +258,7 @@ const AlertGroup = observer( .slice(0, this.renderConfig.alertsToRender) .map((alert) => ( ({ }); const MockAlert = (annotations, labels, state) => ({ + id: Math.random().toString(36), annotations: annotations, labels: labels, startsAt: "2018-08-14T17:36:40.017867056Z",