list'a title default to site name
This commit is contained in:
@@ -96,11 +96,11 @@ export default {
|
|||||||
})
|
})
|
||||||
return { events }
|
return { events }
|
||||||
},
|
},
|
||||||
data () {
|
data ({ $store }) {
|
||||||
return {
|
return {
|
||||||
type: 'rss',
|
type: 'rss',
|
||||||
notification: { email: '' },
|
notification: { email: '' },
|
||||||
list: { title: 'Gancio', maxEvents: null, theme: 'dark' },
|
list: { title: $store.state.settings.title, maxEvents: null, theme: 'dark' },
|
||||||
filters: { tags: [], places: [], show_recurrent: false },
|
filters: { tags: [], places: [], show_recurrent: false },
|
||||||
events: []
|
events: []
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user