fix: resetting the list when changing from a list view to a non-list view
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2022-04-03 14:28:41 +02:00
parent 480bfbceef
commit 1eb19f8764
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ watch(() => route.name as string, (routeName) => {
routeName.startsWith('user.settings')
)
) {
store.dispatch(CURRENT_LIST, null)
store.dispatch(CURRENT_LIST, {list: null})
}
})