Skip to content

Commit

Permalink
Fixed: registered apiProducts widget correctly (#2411)
Browse files Browse the repository at this point in the history
  • Loading branch information
malincrist authored Feb 19, 2024
1 parent 019c451 commit 1baf9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/apis/api-products/apiProductsModelBinder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class ApiProductsModelBinder implements IModelBinder<ApiProductsModel> {

public modelToContract(model: ApiProductsModel): ApiProductsContract {
const contract: ApiProductsContract = {
type: "api-products",
type: "apiProducts",
itemStyleView: model.layout,
detailsPageHyperlink: model.detailsPageHyperlink
? {
Expand Down

0 comments on commit 1baf9b4

Please sign in to comment.