forked from potsda.mn/mobilizon
add EVENT_PAGE_LIMIT as a property to class Home
This commit is contained in:
parent
e8909780eb
commit
6b2d6783bc
|
@ -394,6 +394,8 @@ export default class Home extends Vue {
|
|||
total: 0,
|
||||
};
|
||||
|
||||
EVENT_PAGE_LIMIT = EVENT_PAGE_LIMIT;
|
||||
|
||||
// get displayed_name() {
|
||||
// return this.loggedPerson && this.loggedPerson.name === null
|
||||
// ? this.loggedPerson.preferredUsername
|
||||
|
|
Loading…
Reference in a new issue