mirror of
https://github.com/prymitive/karma
synced 2026-05-17 04:16:42 +00:00
fix(ui): render correct link after adding new silence to Alertmanager
This commit is contained in:
@@ -47,6 +47,7 @@ const SilenceModalContent = observer(
|
||||
<div className="modal-body">
|
||||
{silenceFormStore.data.inProgress ? (
|
||||
<SilenceSubmitController
|
||||
alertStore={alertStore}
|
||||
silenceFormStore={silenceFormStore}
|
||||
/>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user