@@ -274,7 +274,7 @@ class EntityManager {
const url = UrlUtils.join('api', model.entity, String(instance.id))
await this.apiRequestService.delete(url)
}
- console.log(repository.all())
+
// reactiveUpdate the store
repository.destroy(instance.id)