mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-21 23:48:47 +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: {
|
case EntityType.PIPELINE: {
|
||||||
setIsLoading(true);
|
setIsLoading(true);
|
||||||
getPipelineByFqn(selectedNode.name, ['tags', 'owner', 'service'])
|
getPipelineByFqn(selectedNode.name, ['tags', 'owner'])
|
||||||
.then((res: AxiosResponse) => {
|
.then((res: AxiosResponse) => {
|
||||||
getServiceById('pipelineServices', res.data.service?.id)
|
getServiceById('pipelineServices', res.data.service?.id)
|
||||||
.then((serviceRes: AxiosResponse) => {
|
.then((serviceRes: AxiosResponse) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user