Skip to content

Commit

Permalink
[#1289] Fix minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthe committed Apr 3, 2023
1 parent f64a517 commit 795acd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class NewAdapterComponent implements OnInit {
a => a.appId === this.route.snapshot.params.appId,
);
this.adapterTypeName = adapter.name;
AdapterDescription.fromData(adapter);
this.adapter = AdapterDescription.fromData(adapter);

this.breadcrumbService.updateBreadcrumb(
this.breadcrumbService.makeRoute(
Expand Down

0 comments on commit 795acd5

Please sign in to comment.