From a4a5aef5f233212a3e15d3824f8f3e00b91ae133 Mon Sep 17 00:00:00 2001 From: N Pex Date: Wed, 25 Oct 2023 21:30:21 +0000 Subject: [PATCH] Resolve "Change delete room timer to 5 sec" --- src/components/PurgeRoomDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PurgeRoomDialog.vue b/src/components/PurgeRoomDialog.vue index 0bdb787..671a038 100644 --- a/src/components/PurgeRoomDialog.vue +++ b/src/components/PurgeRoomDialog.vue @@ -156,7 +156,7 @@ export default { { status: "delete" } ); - this.timeout = 10; + this.timeout = 5; this.timeoutTimer = setInterval(() => { this.timeout = this.timeout - 1; if (this.timeout == 0) {