mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-21 07:28:44 +00:00
Fix: Fix API failing issue (#1718)
This commit is contained in:
parent
b833eaa31f
commit
5f0f6f0728
@ -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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user