Skip to content

Commit

Permalink
feature/PI-762-ui_poc_for_cpm fixed form name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohoolio committed Feb 10, 2025
1 parent d90bc1e commit a630b82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ const ProductCreationFlow: React.FC = () => {
Authorization: "letmein",
},
body: JSON.stringify({
name: teamFormData.name,
name: productFormData.name,
}),
}
);
Expand Down

0 comments on commit a630b82

Please sign in to comment.