Fixed the database name issue in dataset-details page (#778)

This commit is contained in:
darth-coder00 2021-10-15 16:28:33 +05:30 committed by GitHub
parent 1804de6d73
commit 0d1a42f26a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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),
}, },
{ {