updated tests
This commit is contained in:
@@ -31,6 +31,10 @@ class ServiceOfServices {
|
||||
this.store.dispatch('services/changeSelectedService', service)
|
||||
}
|
||||
|
||||
async getSelectedService() {
|
||||
return this.store.getters['services/selectedService']
|
||||
}
|
||||
|
||||
async cancelSelectedService(id) {
|
||||
const services = this.store.getters['services/services']
|
||||
const updatedServices = id === -1 ? removedNewService(services) : null
|
||||
|
||||
Reference in New Issue
Block a user