mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
fix(storybook): remove duplicated prop
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user