Sort sessions alphabetically by title
This commit is contained in:
parent
15b093f94e
commit
d1e1b08feb
2 changed files with 11 additions and 2 deletions
src/components
|
@ -18,7 +18,7 @@ import _ from 'lodash'
|
|||
export default {
|
||||
props: {
|
||||
sessions: {
|
||||
type: Array,
|
||||
type: Object,
|
||||
required: true
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue