diff --git a/datahub-web-react/src/app/entity/shared/entityForm/FormByEntity.tsx b/datahub-web-react/src/app/entity/shared/entityForm/FormByEntity.tsx index 61a70c145bd11..a6c3fdae71b2e 100644 --- a/datahub-web-react/src/app/entity/shared/entityForm/FormByEntity.tsx +++ b/datahub-web-react/src/app/entity/shared/entityForm/FormByEntity.tsx @@ -63,13 +63,14 @@ export default function FormByEntity({ formUrn }: Props) { - }} - backgroundColor="white" - alignLeft - />
+ {selectedEntityData && ( + }} + backgroundColor="white" + /> + )}