We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019c451 commit 1baf9b4Copy full SHA for 1baf9b4
src/components/apis/api-products/apiProductsModelBinder.ts
@@ -19,7 +19,7 @@ export class ApiProductsModelBinder implements IModelBinder<ApiProductsModel> {
19
20
public modelToContract(model: ApiProductsModel): ApiProductsContract {
21
const contract: ApiProductsContract = {
22
- type: "api-products",
+ type: "apiProducts",
23
itemStyleView: model.layout,
24
detailsPageHyperlink: model.detailsPageHyperlink
25
? {
0 commit comments