feat(storybook): show ack button in storybook

This commit is contained in:
Łukasz Mierzwa
2019-11-05 09:13:07 +00:00
parent 0bec6135cb
commit ec2f0fd2f0

View File

@@ -83,6 +83,8 @@ storiesOf("Grid", module)
const settingsStore = new Settings();
const silenceFormStore = new SilenceFormStore();
alertStore.settings.values.alertAcknowledgement.enabled = true;
const silence = MockSilence();
silence.startsAt = "2018-08-14T12:00:00Z";
silence.endsAt = "2018-08-14T18:00:00Z";