fix(core): unnamed doc title of db properties (#8657)
This commit is contained in:
@@ -109,7 +109,7 @@ const DatabaseBacklinkRow = ({
|
||||
|
||||
return (
|
||||
<PropertyCollapsibleSection
|
||||
title={row.databaseName + ' ' + t['properties']()}
|
||||
title={(row.databaseName || t['unnamed']()) + ' ' + t['properties']()}
|
||||
defaultCollapsed={!defaultOpen}
|
||||
icon={<DatabaseTableViewIcon />}
|
||||
suffix={
|
||||
|
||||
Reference in New Issue
Block a user