fix bug
This commit is contained in:
parent
a137c21d2d
commit
a96c8ae75c
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ const DataModel = {
|
|||
var starredCollection = serverData.Starred ? serverData.Starred : []
|
||||
var mapperCollection = serverData.Mapper ? serverData.Mapper : []
|
||||
var mapperOptionsObj = { id: 'mapper', sortBy: 'updated_at' }
|
||||
if (serverData.Mapper.mapperId) {
|
||||
if (serverData.Mapper && serverData.Mapper.mapperId) {
|
||||
mapperCollection = serverData.Mapper.models
|
||||
mapperOptionsObj.mapperId = serverData.Mapper.mapperId
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue