Skip to content

Commit

Permalink
submit API is failing due to incorrect payload issue fixed (#236)
Browse files Browse the repository at this point in the history
Co-authored-by: mashm <[email protected]>
Co-authored-by: tumms2021389 <[email protected]>
  • Loading branch information
3 people authored Dec 1, 2024
1 parent 4110f70 commit 4d46a4f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,9 @@ export class DefaultFormComponent implements OnInit {
// normalize them
this.arChildren$ = ReferenceComponent.normalizePConnArray(kids[0].getPConnect().getChildren());
}

ngOnDestroy(): void {
// Clean up
PCore.getContextTreeManager().removeContextTreeNode(this.pConn$.getContextName());
}
}

0 comments on commit 4d46a4f

Please sign in to comment.