codice/ddf-ui

Need null check in select.collection.view

hayleynorton opened this issue · 0 comments

There should be a null check here to prevent errors being thrown when the collection is empty

if (this.collection.first().get('filterChoice') === true) {