mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: tweak memo structure
This commit is contained in:
@ -106,7 +106,7 @@ const CreateMemoRelationDialog: React.FC<Props> = (props: Props) => {
|
||||
onInputChange={(_, value) => setSearchText(value.trim())}
|
||||
getOptionKey={(option) => option.name}
|
||||
getOptionLabel={(option) => option.content}
|
||||
isOptionEqualToValue={(option, value) => option.id === value.id}
|
||||
isOptionEqualToValue={(option, value) => option.name === value.name}
|
||||
renderOption={(props, option) => (
|
||||
<AutocompleteOption {...props}>
|
||||
<div className="w-full flex flex-col justify-start items-start">
|
||||
|
Reference in New Issue
Block a user