mirror of
https://github.com/usememos/memos.git
synced 2025-04-03 12:21:15 +02:00
chore: fix type definition
This commit is contained in:
parent
9361613f23
commit
10c81ccba3
@ -1,6 +1,7 @@
|
|||||||
import { useEffect } from "react";
|
import { useEffect } from "react";
|
||||||
import { useGlobalStore, useTagStore } from "@/store/module";
|
import { useGlobalStore, useTagStore } from "@/store/module";
|
||||||
import MemoEditor from ".";
|
import { MemoRelation } from "@/types/proto/api/v2/memo_relation_service";
|
||||||
|
import MemoEditorV1 from ".";
|
||||||
import { generateDialog } from "../Dialog";
|
import { generateDialog } from "../Dialog";
|
||||||
import Icon from "../Icon";
|
import Icon from "../Icon";
|
||||||
|
|
||||||
@ -34,7 +35,7 @@ const MemoEditorDialog: React.FC<Props> = ({ memoId, relationList, destroy }: Pr
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col justify-start items-start max-w-full w-[36rem]">
|
<div className="flex flex-col justify-start items-start max-w-full w-[36rem]">
|
||||||
<MemoEditor
|
<MemoEditorV1
|
||||||
className="border-none !p-0 -mb-2"
|
className="border-none !p-0 -mb-2"
|
||||||
cacheKey={`memo-editor-${memoId}`}
|
cacheKey={`memo-editor-${memoId}`}
|
||||||
memoId={memoId}
|
memoId={memoId}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user