File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
ui/src/components/ContentMapper Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1200,7 +1200,7 @@ const updateContentMapper = async (req: Request) => {
12001200 ) ) as number ;
12011201
12021202 try {
1203- ProjectModelLowdb . update ( ( data : any ) => {
1203+ await ProjectModelLowdb . update ( ( data : any ) => {
12041204 data . projects [ projectIndex ] . mapperKeys = content_mapper ;
12051205 data . projects [ projectIndex ] . updated_at = new Date ( ) . toISOString ( ) ;
12061206 } ) ;
Original file line number Diff line number Diff line change @@ -205,12 +205,12 @@ const Fields: MappingFields = {
205205 'app' :{
206206 label : 'Marketplace app' ,
207207 options : { 'Marketplace app' :'app' } ,
208- type :'app '
208+ type :''
209209 } ,
210210 'extension' :{
211211 label : 'Extension' ,
212212 options : { 'Extension' :'extension' } ,
213- type :'extension '
213+ type :''
214214 }
215215
216216}
You can’t perform that action at this time.
0 commit comments