diff --git a/web/src/components/HomeSidebar/TagsSection.tsx b/web/src/components/HomeSidebar/TagsSection.tsx index dab0d4b3c..2c79ebd47 100644 --- a/web/src/components/HomeSidebar/TagsSection.tsx +++ b/web/src/components/HomeSidebar/TagsSection.tsx @@ -106,7 +106,7 @@ const TagsSection = observer((props: Props) => { ) ) : ( !props.readonly && ( -
{t("tag.create-tags-guide")}
|
|
|---|
|
{shouldShowRelationGraph && (
-
+
{t("common.relations")}
@@ -52,7 +52,7 @@ const MemoDetailSidebar = ({ memo, className, parentPage }: Props) => {
{property.hasLink && (
-
+
+
+ memoFilterStore.removeFilter((f: MemoFilter) => isEqual(f, filter))}
>
+
{referencingMemoList.length > 0 && (
|