mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 18:46:19 +08:00
fix(core): unnamed doc title of db properties (#8657)
This commit is contained in:
+1
-1
@@ -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