mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
chore(storybook): use bigger alert counters for silences"
This commit is contained in:
@@ -125,7 +125,7 @@ storiesOf("SilenceModal", module)
|
||||
silence.id = `silence${index}`;
|
||||
silences.push({
|
||||
cluster: "am",
|
||||
alertCount: index - 1,
|
||||
alertCount: (index - 1) * 9,
|
||||
silence: silence
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user