Fix: Fix API failing issue (#1718)

This commit is contained in:
Shailesh Parmar 2021-12-13 18:28:46 +05:30 committed by GitHub
parent b833eaa31f
commit 5f0f6f0728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ const EntityInfoDrawer = ({
}
case EntityType.PIPELINE: {
setIsLoading(true);
getPipelineByFqn(selectedNode.name, ['tags', 'owner', 'service'])
getPipelineByFqn(selectedNode.name, ['tags', 'owner'])
.then((res: AxiosResponse) => {
getServiceById('pipelineServices', res.data.service?.id)
.then((serviceRes: AxiosResponse) => {