make notifications also use the popup errors, remove all error from status/notif state

This commit is contained in:
Shpuld Shpuldson 2020-11-10 14:28:10 +02:00
parent d150dae5d1
commit 1d2ba946b6
7 changed files with 21 additions and 36 deletions

View file

@ -8,8 +8,7 @@ const localVue = createLocalVue()
localVue.use(Vuex)
const mutations = {
clearTimeline: () => {},
setError: () => {}
clearTimeline: () => {}
}
const actions = {