mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 00:48:52 +00:00
Fixing name issue for lineage node. (#2427)
This commit is contained in:
parent
28f5b7e764
commit
c3fc763bdd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user