fixes, clear cache on logout

This commit is contained in:
Henry Jameson 2022-08-12 01:19:19 +03:00
commit 8d3d8fffab
7 changed files with 20 additions and 8 deletions

View file

@ -16,6 +16,7 @@ const NavigationEntry = {
} else {
this.$store.commit('addCollectionPreference', { path: 'collections.pinnedNavItems', value })
}
this.$store.dispatch('pushServerSideStorage')
}
},
computed: {