Organization group list - hook up delete action to API
In the organizations group list we need to hook up the delete action to the API.
Engineering guide
- Listen for
delete
event in app/assets/javascripts/organizations/shared/components/groups_view.vue - Call
DELETE /groups/:id
API - On success, update Apollo cache to remove delete project
- On error, show error alert
Edited by Peter Hegman