File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ function Teach() {
114114 const uploadId = `upload-${ Date . now ( ) } ` ;
115115 const storageId = json . settings ?. id || uploadId ;
116116
117- await db . addTeacherMap ( storageId , json , null ) ;
117+ await db . addTeacherMap ( storageId , json , undefined ) ;
118118 const maps = await db . getAllTeacherMaps ( ) ;
119119 setAllMaps ( maps ) ;
120120 setShowAddDialog ( false ) ;
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import "@learningmap/learningmap/index.css";
55import * as db from './db' ;
66import './TeacherEditor.css' ;
77import { Header } from './Header' ;
8- import { Footer } from './Footer' ;
98
109// This component wraps the LearningMapEditor and saves maps to the teacher's collection
1110// when they are shared
You can’t perform that action at this time.
0 commit comments