This is an automated email from the ASF dual-hosted git repository.
linxinyuan pushed a commit to branch xinyuan-stage-by-stage
in repository https://gitbox.apache.org/repos/asf/texera.git
The following commit(s) were added to refs/heads/xinyuan-stage-by-stage by this
push:
new fcd9ceb4a0 update
fcd9ceb4a0 is described below
commit fcd9ceb4a0e661a168131bb9e09536582309ff49
Author: Xinyuan Lin <[email protected]>
AuthorDate: Mon Jan 12 12:13:24 2026 -0800
update
---
.../app/workspace/component/left-panel/settings/settings.component.ts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/frontend/src/app/workspace/component/left-panel/settings/settings.component.ts
b/frontend/src/app/workspace/component/left-panel/settings/settings.component.ts
index 1f7234a8f3..61782167e4 100644
---
a/frontend/src/app/workspace/component/left-panel/settings/settings.component.ts
+++
b/frontend/src/app/workspace/component/left-panel/settings/settings.component.ts
@@ -43,8 +43,8 @@ export class SettingsComponent implements OnInit {
private notificationService: NotificationService,
) {
this.settingsForm = this.fb.group({
- dataTransferBatchSize: [[Validators.required, Validators.min(1)],],
- executionMode: [],
+ dataTransferBatchSize:
[this.workflowActionService.getWorkflowContent().settings.dataTransferBatchSize,
[Validators.required, Validators.min(1)],],
+ executionMode:
[this.workflowActionService.getWorkflowContent().settings.executionMode],
});
}