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