chore: log errors
This commit is contained in:
@@ -38,7 +38,7 @@ export const actions = {
|
||||
);
|
||||
dispatch('contacts/get', {}, { root: true });
|
||||
} catch (error) {
|
||||
// Ignore error
|
||||
console.log(error);
|
||||
}
|
||||
commit('toggleUpdateStatus', false);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user