Fixing name issue for lineage node. (#2427)

This commit is contained in:
Sachin Chaurasiya 2022-01-25 21:59:34 +05:30 committed by GitHub
parent 28f5b7e764
commit c3fc763bdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ const NodeSuggestions: FC<EntitySuggestionProps> = ({
displayName: entity.name,
id: entity.id,
type: entity.entityType as string,
name: entity.name,
name: entity.fullyQualifiedName,
});
}}>
{entity.database