Skip to content
Snippets Groups Projects
Commit a6cce6a1 authored by Jonathan Foucher's avatar Jonathan Foucher
Browse files
parent 50297981
No related branches found
No related tags found
No related merge requests found
Pipeline #31248 passed
......@@ -49,7 +49,7 @@ export default {
commit('deleteTerritory', item)
// Refresh users to show that some have been deleted
dispatch('getTerritories')
toaster(this._vm, `Le territoire ${item.name} a été supprimée`, 'bg-info', 'trash')
toaster(this._vm, `Le territoire ${item.name} a été supprimé`, 'bg-info', 'trash')
}).catch(err => {
console.log('could not delete ter', err)
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment