From 50ab0b8d52c1a2bf46212153b9e4945063053317 Mon Sep 17 00:00:00 2001 From: Vishal Vignesh Date: Thu, 8 Jan 2026 22:43:47 -0800 Subject: [PATCH] fix: Allow setting heartbeat interval below 20 seconds (#6658) Co-authored-by: Frank Elsinga --- src/pages/EditMonitor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/EditMonitor.vue b/src/pages/EditMonitor.vue index b1b1d565f..84626eb60 100644 --- a/src/pages/EditMonitor.vue +++ b/src/pages/EditMonitor.vue @@ -1119,7 +1119,7 @@ :max="maxInterval" step="1" @focus="lowIntervalConfirmation.editedValue = true" - @blur="checkIntervalValue" + @blur="finishUpdateInterval" />