mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-19 15:31:59 +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) => {
|
||||
setEntityDetail(res.data);
|
||||
setIsLoading(false);
|
||||
setServiceType(res.data.serviceType);
|
||||
})
|
||||
.catch((err: AxiosError) => {
|
||||
const msg = err.message;
|
||||
|
Loading…
x
Reference in New Issue
Block a user