We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea1930 commit 554c4b7Copy full SHA for 554c4b7
ui/ui-frontend/projects/vitamui-library/src/lib/components/filing-plan/filing-plan.component.ts
@@ -229,8 +229,10 @@ export class FilingPlanComponent extends AbstractFormInputDirective implements O
229
}
230
231
232
- // FIXME is this really needed ?
233
- this.onChange(this.selectedNodes);
+ this.onChange({
+ included: [...this.selectedNodes.included],
234
+ excluded: [...this.selectedNodes.excluded],
235
+ });
236
this.onTouched();
237
238
0 commit comments