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