Skip to content

Commit

Permalink
fix attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
salmma committed Jul 11, 2024
1 parent 5782c05 commit c729b07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export class NisqAnalyzerComponent implements OnInit {
this.nisqAnalyzerService
.analyze({
algorithmId: this.algo.id,
parameters: dialogResult.parameters,
parameters: dialogResult.params,
tokens: tokensToDeliver,
refreshToken,
allowedProviders: dialogResult.vendors,
Expand Down

0 comments on commit c729b07

Please sign in to comment.