Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodlenet
MoodleNet Frontend
Commits
3eb81ac2
Commit
3eb81ac2
authored
Jun 03, 2020
by
aleclofabbro
Browse files
Merge branch 'fix/joined_communities_limit_var_and_restore_load_more_on_sidebar' into develop
parents
ed0f59f6
36a8938f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fe/community/myFollowed/myFollowedCommunities.ts
View file @
3eb81ac2
...
...
@@ -3,7 +3,7 @@ import * as GQL from './myFollowedCommunities.generated';
import
{
usePage
}
from
'
fe/lib/helpers/usePage
'
;
// import { DEFAULT_PAGE_SIZE } from 'mn-constants';
const
MY_JOINMED_LIST_LIMIT
=
1
5
;
// TODO CONFIGURE
const
MY_JOINMED_LIST_LIMIT
=
1
0
;
// TODO CONFIGURE
export
const
useMyFollowedCommunities
=
()
=>
{
const
myFlwCommunitiesQ
=
GQL
.
useMyCommunityFollowsQuery
({
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment