From ae973f312a8d35ca0a2ed4e6c9de2f7aa37326b4 Mon Sep 17 00:00:00 2001 From: Alain Nussbaumer Date: Sat, 20 Apr 2024 23:24:43 +0200 Subject: [PATCH] [web] Remove extraneous space --- web-src/src/components/SettingsIntfield.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/web-src/src/components/SettingsIntfield.vue b/web-src/src/components/SettingsIntfield.vue index ff8ee02c..9e0aec93 100644 --- a/web-src/src/components/SettingsIntfield.vue +++ b/web-src/src/components/SettingsIntfield.vue @@ -90,7 +90,6 @@ export default { window.clearTimeout(this.timerId) this.timerId = -1 } - this.statusUpdate = '' this.timerId = window.setTimeout(this.update_setting, this.timerDelay) },