Double error notification when trying to delete an element that is part of a dataset
When trying to delete an Element from its edition modal components/Element/EditionForm.vue
if it belongs to a dataset you get two (2) error notifications because the store notifies and the EditionForm component does too with
this.notify({ type: 'error', text: `An error occurred while deleting the element: ${errorParser(e)}` })