Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 4d0eaf6

Browse files
committed
Merge branch '254-21x-beta-new-files-does-not-obtain-the-path-well-due-the-editions-dont-work'
2 parents 2e68904 + d515807 commit 4d0eaf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stateManagement/data/handlers/AddRowHandlerAction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default class AddRowlHandlerAction extends AbstractTableAction<DataState>
4242
__note__: new NoteInfo({
4343
...rowRecord.frontmatter,
4444
...rowRecord.inline,
45-
file: { path: filename },
45+
file: { path: filepath },
4646
}),
4747
[MetadataColumns.FILE]: `[[${filepath}|${filename}]]`,
4848
};

0 commit comments

Comments
 (0)