Skip to content

Commit 526e305

Browse files
rueckstiesskangas
authored andcommitted
🐛 fix filtering on collection level
1 parent ab75a51 commit 526e305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/home/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ var HomeView = View.extend({
136136
}],
137137
nested: {
138138
itemViewClass: CollectionListItemView,
139-
collectionName: 'collections'
140-
// displayProp: 'name'
139+
collectionName: 'collections',
140+
displayProp: 'name'
141141
},
142142
collection: app.instance.databases
143143
}).on('show', this.showCollection.bind(this));

0 commit comments

Comments
 (0)