Skip to content

Commit 3ad40ff

Browse files
authored
fix(ui): bulk modal validation (#5214)
1 parent 110cd1b commit 3ad40ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/app/shared/workflow-template/bulk-modal/workflow-template.bulk-modal.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ export class WorkflowTemplateBulkModalComponent {
216216

217217
changeParam(instanceID: number, params: ParamData) {
218218
this.parameters[instanceID] = params;
219+
this.validateParam();
219220
}
220221

221222
startPollingStatus() {

0 commit comments

Comments
 (0)