IO-2217 Part Price Changes for CCC.

This commit is contained in:
Patrick Fic
2023-03-20 14:10:06 -07:00
parent 4e2ad3bc62
commit 0ec099cdf5
11 changed files with 163 additions and 20 deletions

View File

@@ -10,7 +10,7 @@ export default function JobSendPartPriceChangeComponent({ job }) {
setLoading(true);
try {
const ppcData = await axios.post("/job/ppc", { jobid: job.id });
const result = axios.post("http://localhost:1337/ppc/", ppcData.data);
await axios.post("http://localhost:1337/ppc/", ppcData.data);
} catch (error) {
notification.open({
type: "error",