Hopefully a bug fix for file upload progress on Event pages. Using the older Events specific component.

This commit is contained in:
Scott Idem
2025-05-23 15:09:08 -04:00
parent c4d95e1c6a
commit 589320a850
2 changed files with 6 additions and 6 deletions

View File

@@ -136,7 +136,7 @@ async function handle_input_upload_files(input_upload_files, task_id) {
// Uncomment and the post_promise is not seen by the "await" below
// post_promise = await api.post_object({api_cfg: $cfg.api, endpoint: endpoint, params: params, data:form_data});
// Uncomment so that the post_promise is not seen by the "await" below
ae_promises.upload__hosted_file_obj = await api.post_object({
ae_promises.upload__hosted_file_obj = api.post_object({
api_cfg: $ae_api,
endpoint: endpoint,
// params: params,