AAE-26215 standalone form (cloud) (#10535)

This commit is contained in:
Denys Vuika
2025-01-08 07:53:56 -05:00
committed by GitHub
parent 27faf1d2ba
commit b7881db56b
67 changed files with 453 additions and 642 deletions

View File

@@ -79,10 +79,6 @@ export class FormComponent extends FormBaseComponent implements OnInit, OnChange
protected nodeService = inject(NodesApiService);
private cdRef = inject(ChangeDetectorRef);
/** Underlying form model instance. */
@Input()
form: FormModel;
/** Task id to fetch corresponding form and values. */
@Input()
taskId: string;