Unverified Commit 0977acbc authored by Martin MacDonald's avatar Martin MacDonald Committed by GitHub

fix: update uniqby key (#3518)

* Used correct uniqby key

* Put back filter

---------
Co-authored-by: 's avatarMartin MacDonald <martinmacdonald@Martins-MacBook-Pro.local>
parent e8ed437c
......@@ -51,7 +51,7 @@ const AddMemoRelationButton = (props: Props) => {
})),
...context.relationList,
].filter((relation) => relation.relatedMemo !== context.memoName),
"relatedMemoId",
"relatedMemo",
),
);
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment