Sort sessions alphabetically by title

This commit is contained in:
Oliver Davies 2019-05-25 12:33:43 +01:00
parent 15b093f94e
commit d1e1b08feb
2 changed files with 11 additions and 2 deletions

View file

@ -18,7 +18,7 @@ import _ from 'lodash'
export default {
props: {
sessions: {
type: Array,
type: Object,
required: true
}
},