Skip to content

Commit

Permalink
fix: add other fields from form
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantrahul141 committed Sep 27, 2024
1 parent f6049ef commit e05a901
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const WeightServiceForm = () => {
}
console.log("temp body ", new_v);
const body = Body.json({
// ...new_v,
...new_v,
rate: new_v.rate,
bellweight: new_v.bellweight,
balenumber: new_v.bale_number,
Expand Down

0 comments on commit e05a901

Please sign in to comment.