Fix: serviceType is missing from lineage table node. (#1802)

This commit is contained in:
Sachin Chaurasiya 2021-12-16 18:11:47 +05:30 committed by GitHub
parent 32a6bd85ce
commit 13a867de33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;