mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-27 07:58:31 -06:00
renaming pages also a thing
This commit is contained in:
@@ -65,7 +65,7 @@ const getItem = async <T extends CourseItemType>(
|
||||
) as CourseItemReturnType<T>;
|
||||
} else if (type === "Page") {
|
||||
return localPageMarkdownUtils.parseMarkdown(
|
||||
rawFile
|
||||
rawFile, name
|
||||
) as CourseItemReturnType<T>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user