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:
commit
5c08b70ed7
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ export default {
|
||||||
{ status: "delete" }
|
{ status: "delete" }
|
||||||
);
|
);
|
||||||
|
|
||||||
this.timeout = 10;
|
this.timeout = 5;
|
||||||
this.timeoutTimer = setInterval(() => {
|
this.timeoutTimer = setInterval(() => {
|
||||||
this.timeout = this.timeout - 1;
|
this.timeout = this.timeout - 1;
|
||||||
if (this.timeout == 0) {
|
if (this.timeout == 0) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue