1
0

fix: resetting the list when changing from a list view to a non-list view

This commit is contained in:
kolaente
2022-04-03 14:28:41 +02:00
parent 480bfbceef
commit 1eb19f8764

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})
}
})