fix(storybook): remove duplicated prop

This commit is contained in:
Łukasz Mierzwa
2019-11-28 12:21:35 +00:00
parent f6ae7c8a86
commit c184323f09

View File

@@ -183,7 +183,6 @@ const MockGrid = alertStore => {
for (let j = 0; j < group.alerts.length; j++) {
if (group.alerts[j].state === "suppressed") {
group.alerts[j].silencedBy = [silence.id];
group.alerts[j].alertmanager = [
{
name: "am1",