From fac404e16fbec725722b8e5332ef84fc7d41d0e2 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 20 Dec 2017 21:47:35 -0700 Subject: [PATCH] Custom widgets are custom now --- web/app/shared/services/integration.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/shared/services/integration.service.ts b/web/app/shared/services/integration.service.ts index 29d4be0..57f7685 100644 --- a/web/app/shared/services/integration.service.ts +++ b/web/app/shared/services/integration.service.ts @@ -27,7 +27,7 @@ export class IntegrationService { }, }, "widget": { - "customwidget": { + "custom": { //component: CustomWidgetConfigComponent, types: WIDGET_CUSTOM, },