Merge branch '538-change-delete-room-timer-to-5-sec' into 'dev'

Resolve "Change delete room timer to 5 sec"

See merge request keanuapp/keanuapp-weblite!256
This commit is contained in:
N Pex 2023-10-25 21:30:22 +00:00
commit 5c08b70ed7

View file

@ -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) {