Skip to content

Commit

Permalink
fixed api products widget editor registration (#2416)
Browse files Browse the repository at this point in the history
  • Loading branch information
malincrist authored Feb 20, 2024
1 parent a44e8dd commit 5941570
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class ApiProductsDesignModule implements IInjectorModule {

widgetService.registerWidget("api-products", apiProductsWidget);

widgetService.registerWidgetEditor("apiProducts", {
widgetService.registerWidgetEditor("api-products", {
displayName: "API: Products",
category: "APIs",
iconClass: "widget-icon widget-icon-api-management",
Expand Down

0 comments on commit 5941570

Please sign in to comment.