This is an automated email from the ASF dual-hosted git repository.
linxinyuan pushed a commit to branch xinyuan-fix-json
in repository https://gitbox.apache.org/repos/asf/texera.git
The following commit(s) were added to refs/heads/xinyuan-fix-json by this push:
new 8356c0c186 update
8356c0c186 is described below
commit 8356c0c1863c17902a52b0eca6b4c1b13a1dca9e
Author: Xinyuan Lin <[email protected]>
AuthorDate: Mon Apr 13 16:19:10 2026 -0700
update
---
.../app/workspace/service/execute-workflow/execute-workflow.service.ts | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/frontend/src/app/workspace/service/execute-workflow/execute-workflow.service.ts
b/frontend/src/app/workspace/service/execute-workflow/execute-workflow.service.ts
index ad2f4b4e7e..5e38f5f312 100644
---
a/frontend/src/app/workspace/service/execute-workflow/execute-workflow.service.ts
+++
b/frontend/src/app/workspace/service/execute-workflow/execute-workflow.service.ts
@@ -421,8 +421,7 @@ export class ExecuteWorkflowService {
...op.operatorProperties,
operatorID: op.operatorID,
operatorType: op.operatorType,
- inputPorts: op.inputPorts
- .map(({ allowMultiInputs, ...port }: any) => port), //TODO: for
backward compatibility, remove later
+ inputPorts: op.inputPorts.map(({ allowMultiInputs, ...port }: any) =>
port), //TODO: for backward compatibility, remove later
outputPorts: op.outputPorts,
}));