mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 02:13:00 +08:00
fix: quick search result missing title (#2594)
This commit is contained in:
@@ -139,7 +139,7 @@ export const Results: FC<ResultsProps> = ({
|
|||||||
>
|
>
|
||||||
<StyledListItem>
|
<StyledListItem>
|
||||||
{result.mode === 'edgeless' ? <EdgelessIcon /> : <PageIcon />}
|
{result.mode === 'edgeless' ? <EdgelessIcon /> : <PageIcon />}
|
||||||
<span>{result.title}</span>
|
<span>{result.title || UNTITLED_WORKSPACE_NAME}</span>
|
||||||
</StyledListItem>
|
</StyledListItem>
|
||||||
</Command.Item>
|
</Command.Item>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user