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.mjs
CHANGED
|
@@ -17699,6 +17699,7 @@ var PresentationJobCard = ({
|
|
|
17699
17699
|
const endpoint = approveOutlineUrl || `/api/presentations/${_job_id}/approve-outline`;
|
|
17700
17700
|
setApprovingOutline(true);
|
|
17701
17701
|
setApproveError(null);
|
|
17702
|
+
setProgress(void 0);
|
|
17702
17703
|
try {
|
|
17703
17704
|
const headers = { "Content-Type": "application/json" };
|
|
17704
17705
|
if (authToken) headers.Authorization = `Bearer ${authToken}`;
|
|
@@ -19058,6 +19059,7 @@ var ResearchReportJobCard = (props) => {
|
|
|
19058
19059
|
const endpoint = approveOutlineUrl || `/api/reports/${job_id}/approve-outline`;
|
|
19059
19060
|
setApprovingOutline(true);
|
|
19060
19061
|
setApproveError(null);
|
|
19062
|
+
setProgress(void 0);
|
|
19061
19063
|
try {
|
|
19062
19064
|
const headers = { "Content-Type": "application/json" };
|
|
19063
19065
|
if (authToken) headers.Authorization = `Bearer ${authToken}`;
|