From 985d1b9674f3cc785e64dce4440087b4957a5d05 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Fri, 14 Oct 2022 19:41:59 +1300 Subject: [PATCH] Pending offline delay option 1 --- html/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/src/app.js b/html/src/app.js index a86d2955..1a941e6e 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -21908,7 +21908,7 @@ speechSynthesis.getVoices(); distinguishCancelAndClose: true, confirmButtonText: 'Save', cancelButtonText: 'Cancel', - inputValue: this.pendingOfflineDelay, + inputValue: this.pendingOfflineDelay / 1000, inputPattern: /\d+$/, inputErrorMessage: 'Valid number is required', callback: (action, instance) => {