Skip to content

Commit

Permalink
fix: default dropdown values for type and technology in app create
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Badura committed Jun 11, 2024
1 parent e5316b4 commit 8e43525
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/product-store/app-detail/app-detail.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ export class AppDetailComponent implements OnChanges {
this.mfe = undefined
this.formGroupMs.reset()
this.formGroupMfe.reset()
this.formGroupMfe.controls['type'].setValue('MODULE')
this.formGroupMfe.controls['technology'].setValue('ANGULAR')
}
if (this.appAbstract?.id) {
if (this.appAbstract.appType === 'MFE') this.getMfe()
Expand Down

0 comments on commit 8e43525

Please sign in to comment.