pxengine 0.1.154 → 0.1.155
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/dist/registry.json +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -18047,6 +18047,7 @@ var PresentationJobCard = ({
|
|
|
18047
18047
|
const endpoint = approveOutlineUrl || `/api/presentations/${_job_id}/approve-outline`;
|
|
18048
18048
|
setApprovingOutline(true);
|
|
18049
18049
|
setApproveError(null);
|
|
18050
|
+
setProgress(void 0);
|
|
18050
18051
|
try {
|
|
18051
18052
|
const headers = { "Content-Type": "application/json" };
|
|
18052
18053
|
if (authToken) headers.Authorization = `Bearer ${authToken}`;
|
|
@@ -19394,6 +19395,7 @@ var ResearchReportJobCard = (props) => {
|
|
|
19394
19395
|
const endpoint = approveOutlineUrl || `/api/reports/${job_id}/approve-outline`;
|
|
19395
19396
|
setApprovingOutline(true);
|
|
19396
19397
|
setApproveError(null);
|
|
19398
|
+
setProgress(void 0);
|
|
19397
19399
|
try {
|
|
19398
19400
|
const headers = { "Content-Type": "application/json" };
|
|
19399
19401
|
if (authToken) headers.Authorization = `Bearer ${authToken}`;
|