fix(storybook): add missing fetch mocks

This commit is contained in:
Łukasz Mierzwa
2019-11-28 14:16:13 +00:00
parent be802c03b4
commit 5b4b218272
3 changed files with 15 additions and 0 deletions

View File

@@ -106,3 +106,7 @@ $datepicker__day-hover-color: $white;
.modal-content {
color: $white;
}
a {
color: $link-color;
}

View File

@@ -92,3 +92,7 @@ $datepicker__day-hover-color: $black;
@import "Styles/Components/MountFade";
@import "Styles/Components/NavBarSlide";
@import "Styles/Components/SilenceModal";
a {
color: $link-color;
}

View File

@@ -36,6 +36,13 @@ const MockGroup = (groupName, alertCount, active, suppressed, unprocessed) => {
value: "this is hidden by default",
visible: false,
isLink: false
},
{
name: "linkify",
value:
"annotation with a link to github.com/prymitive/karma project page",
visible: true,
isLink: false
}
]
: [],