fix(ui): render correct link after adding new silence to Alertmanager

This commit is contained in:
Łukasz Mierzwa
2018-09-18 21:48:25 +01:00
parent f55345437a
commit 052d54c9fe
8 changed files with 78 additions and 12 deletions

View File

@@ -47,6 +47,7 @@ const SilenceModalContent = observer(
<div className="modal-body">
{silenceFormStore.data.inProgress ? (
<SilenceSubmitController
alertStore={alertStore}
silenceFormStore={silenceFormStore}
/>
) : (