From 0f7aeaadc71f05034b72cd961911165b99a99bf6 Mon Sep 17 00:00:00 2001 From: Tenzin Passang Date: Mon, 6 Dec 2021 16:34:56 +0200 Subject: [PATCH] room delete countdown to 10 seconds --- 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 74f99ea..14f036d 100644 --- a/src/components/PurgeRoomDialog.vue +++ b/src/components/PurgeRoomDialog.vue @@ -143,7 +143,7 @@ export default { { status: "delete" } ); - this.timeout = 30; + this.timeout = 10; this.timeoutTimer = setInterval(() => { this.timeout = this.timeout - 1; if (this.timeout == 0) {