Skip to content

Commit e230908

Browse files
committed
fix: improve ux
1 parent 963027b commit e230908

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/JoinChatView.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ export default {
119119
120120
this.accept = true;
121121
this.ready = false;
122+
this.status = "";
122123
const form = new URLSearchParams();
123124
form.set('slug', this.code);
124125
form.set('captcha', this.captcha);

0 commit comments

Comments
 (0)