mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-22 17:01:41 +00:00
Fix: serviceType is missing from lineage table node. (#1802)
This commit is contained in:
parent
32a6bd85ce
commit
13a867de33
@ -94,6 +94,7 @@ const EntityInfoDrawer = ({
|
|||||||
.then((res: AxiosResponse) => {
|
.then((res: AxiosResponse) => {
|
||||||
setEntityDetail(res.data);
|
setEntityDetail(res.data);
|
||||||
setIsLoading(false);
|
setIsLoading(false);
|
||||||
|
setServiceType(res.data.serviceType);
|
||||||
})
|
})
|
||||||
.catch((err: AxiosError) => {
|
.catch((err: AxiosError) => {
|
||||||
const msg = err.message;
|
const msg = err.message;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user