IO-2217 Part Price Changes for CCC.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user