Code review. entity-view.service beautify
This commit is contained in:
parent
6f6f6fb116
commit
7d561fb0a4
@ -88,7 +88,8 @@ export class EntityViewService {
|
|||||||
defaultHttpOptionsFromConfig(config));
|
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}`,
|
return this.http.delete(`/api/edge/${edgeId}/entityView/${entityViewId}`,
|
||||||
defaultHttpOptionsFromConfig(config));
|
defaultHttpOptionsFromConfig(config));
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user