Skip to content

Commit e969917

Browse files
committed
add dbg
1 parent 40bc2ea commit e969917

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/studio-ui/src/views/BrowseView.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ const courseId = ref<string | null>(null);
3838
3939
// View lookup function with proper context binding
4040
const viewLookupFunction = (viewDescription: any) => {
41+
console.log('[BrowseView] Looking up view:', viewDescription);
42+
console.log('[BrowseView] allCourseWare instance:', allCourseWare);
43+
console.log('[BrowseView] Available courses:', allCourseWare.courses.map(c => c.name));
4144
return allCourseWare.getView(viewDescription);
4245
};
4346

0 commit comments

Comments
 (0)