• Andrew Fontaine's avatar
    Find errors correctly when deleting an environment · 57975803
    Andrew Fontaine authored
    The error message was not fetched appropriately when trying to see if
    there were any errors upon deleting an environment.
    
    This corrects that, as apollo shoves the errors into the following
    shape:
    
    {
      data: {
        deleteEnvironment: {
          errors: [messages]
        }
      }
    }
    
    This is now also tested for.
    57975803
delete_environment_modal.vue 2.37 KB