Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchop committed Feb 2, 2024
1 parent a631591 commit c4f4635
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/EditObject.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ export default {
patchRequest[field.field] = this.localObject[field.field];
});
console.log(this.object);
axios
.patch(`/api/v2/${this.typeToEndpointMapping[this.object.root_type]}/${this.object.id}`, {
[this.object.root_type]: patchRequest
Expand Down

0 comments on commit c4f4635

Please sign in to comment.