mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 08:32:23 +01:00
fix: update collections in home on admin modification
This commit is contained in:
parent
b5869eb643
commit
cce7adbf0e
1 changed files with 1 additions and 1 deletions
|
@ -42,13 +42,13 @@ export default {
|
|||
data: ({ $store }) => ({
|
||||
oldRoute: '',
|
||||
mdiClose, mdiCog, mdiMagnify,
|
||||
collections: $store.state.collections,
|
||||
show_recurrent: $store.state.settings.recurrent_event_visible,
|
||||
show_multidate: true,
|
||||
query: ''
|
||||
}),
|
||||
components: { Calendar },
|
||||
computed: {
|
||||
...mapState(['collections']),
|
||||
showSearchBar () {
|
||||
return ['index'].includes(this.$route.name)
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue