fix(core): unnamed doc title of db properties (#8657)

This commit is contained in:
pengx17
2024-11-01 07:23:37 +00:00
parent 4f16e22f5b
commit 33088500e4
@@ -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={