Skip to content

Commit c0e18fc

Browse files
author
Jakob Schlanstedt
committed
fix(include_note): fix wrongly merged code
1 parent c43f7d1 commit c0e18fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/client/src/widgets/dialogs/include_note.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default function IncludeNoteDialog() {
7070
)
7171
}
7272

73-
async function includeNote(notePath: string, textTypeWidget: EditableTextTypeWidget, boxSize: BoxSize) {
73+
async function includeNote(notePath: string, editorApi: CKEditorApi, boxSize: BoxSize) {
7474
const noteId = tree.getNoteIdFromLink(notePath);
7575
if (!noteId) {
7676
return;

0 commit comments

Comments
 (0)