diff --git a/ui-ngx/src/app/core/http/entity-view.service.ts b/ui-ngx/src/app/core/http/entity-view.service.ts index 468ccca53d..a9f59e5821 100644 --- a/ui-ngx/src/app/core/http/entity-view.service.ts +++ b/ui-ngx/src/app/core/http/entity-view.service.ts @@ -88,7 +88,8 @@ export class EntityViewService { defaultHttpOptionsFromConfig(config)); } - public unassignEntityViewFromEdge(edgeId: string, entityViewId: string, config?: RequestConfig) { + public unassignEntityViewFromEdge(edgeId: string, entityViewId: string, + config?: RequestConfig) { return this.http.delete(`/api/edge/${edgeId}/entityView/${entityViewId}`, defaultHttpOptionsFromConfig(config)); }