Skip to content

Commit 6060735

Browse files
committed
Fix state reset
1 parent e8fce9f commit 6060735

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

web/store/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ export const mutations = {
228228

229229
resetState(state: State) {
230230
state.threads = []
231+
state.phones = []
232+
state.threadId = null
231233
state.threadMessages = []
232234
state.archivedThreads = false
233235
state.owner = null

0 commit comments

Comments
 (0)