room delete countdown to 10 seconds
This commit is contained in:
parent
81366da733
commit
0f7aeaadc7
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ export default {
|
||||||
{ status: "delete" }
|
{ status: "delete" }
|
||||||
);
|
);
|
||||||
|
|
||||||
this.timeout = 30;
|
this.timeout = 10;
|
||||||
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