fix: resetting the list when changing from a list view to a non-list view
This commit is contained in:
parent
480bfbceef
commit
1eb19f8764
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ watch(() => route.name as string, (routeName) => {
|
||||||
routeName.startsWith('user.settings')
|
routeName.startsWith('user.settings')
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
store.dispatch(CURRENT_LIST, null)
|
store.dispatch(CURRENT_LIST, {list: null})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue