Commit c2842195bd573687b382dd1880c7399879cdcf8a

Authored by Neeraj Sharma
1 parent 0cefd6eff8

testing success & clear console

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/pages/Dashboard.vue
... ... @@ -613,7 +613,7 @@ export default {
613 613 email: this.editedItem.email,
614 614 country: this.editedItem.country
615 615 };
616   - console.log(addUsers)
  616 + // console.log(addUsers)
617 617 http()
618 618 .post("/patient", addUsers)
619 619 .then(response => {
... ...