diff --git a/ui/src/alerting/actions/checks.ts b/ui/src/alerting/actions/checks.ts index e405a6f9e46..6d7d0c1ee53 100644 --- a/ui/src/alerting/actions/checks.ts +++ b/ui/src/alerting/actions/checks.ts @@ -216,6 +216,7 @@ export const saveCheckFromTimeMachine = () => async ( } } catch (error) { console.error(error) + dispatch(notify(copy.createCheckFailed(error.message))) reportError(error, { context: {getState}, name: 'saveCheckFromTimeMachine function',