diff --git a/openmetadata-ui/src/main/resources/ui/src/components/EntityInfoDrawer/EntityInfoDrawer.component.tsx b/openmetadata-ui/src/main/resources/ui/src/components/EntityInfoDrawer/EntityInfoDrawer.component.tsx index 0a16b845358..9cd2784ec31 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/EntityInfoDrawer/EntityInfoDrawer.component.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/EntityInfoDrawer/EntityInfoDrawer.component.tsx @@ -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;