mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
Provide better user list paging UX
This commit is contained in:
parent
8a654fcf3d
commit
d1bc4a5b4c
9 changed files with 84 additions and 44 deletions
|
@ -24,7 +24,7 @@ export default Component.extend(AuthProvider, ModalMixin, {
|
|||
searchText: '',
|
||||
users: null,
|
||||
members: null,
|
||||
userLimit: 100,
|
||||
userLimit: 25,
|
||||
|
||||
didReceiveAttrs() {
|
||||
this._super(...arguments);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue