mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-09 13:15:51 +08:00
fix: search result display error
This commit is contained in:
@@ -57,7 +57,7 @@ export const Results = (props: {
|
|||||||
goToPage(result.id);
|
goToPage(result.id);
|
||||||
triggerQuickSearchModal();
|
triggerQuickSearchModal();
|
||||||
}}
|
}}
|
||||||
value={result.title}
|
value={result.id}
|
||||||
>
|
>
|
||||||
<StyledListItem>
|
<StyledListItem>
|
||||||
{result.mode === 'edgeless' ? (
|
{result.mode === 'edgeless' ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user