@@ -104,6 +104,7 @@ service.interceptors.response.use(
type: 'error',
duration: 5 * 1000,
onClose: () => {
+ store.dispatch("app/toggleDialog", false)
store.dispatch('tagsView/delAllViews').then(() => { })
store.dispatch('user/resetToken').then(() => {
location.reload()