mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-20 06:21:45 +00:00
Fixed the database name issue in dataset-details page (#778)
This commit is contained in:
parent
1804de6d73
commit
0d1a42f26a
@ -427,7 +427,7 @@ const MyDataDetailsPage = () => {
|
|||||||
: undefined,
|
: undefined,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: database.name,
|
name: resDB.data.name,
|
||||||
url: getDatabaseDetailsPath(resDB.data.fullyQualifiedName),
|
url: getDatabaseDetailsPath(resDB.data.fullyQualifiedName),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user