Merge branch '186-change-room-delete-countdown-to-10-seconds' into 'main'
room delete countdown to 10 seconds Closes #186 See merge request keanuapp/keanuapp-weblite!22
This commit is contained in:
commit
99a508bf55
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