mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
If this commit fixes the build, docs are broken
The latest commit has some cypress tests failing when only a few posts are visible on the index page. If this explicit default fixes the tests, the documentation cannot be quite right in saying that it's the default. FYI: @mattwr18
This commit is contained in:
parent
194665bf2e
commit
8b31cefebe
@ -52,6 +52,7 @@
|
||||
:infinite-scroll-disabled="$apollo.loading"
|
||||
:infinite-scroll-distance="10"
|
||||
:infinite-scroll-throttle-delay="800"
|
||||
:infinite-scroll-immediate-check="true"
|
||||
>
|
||||
<hc-load-more v-if="true" :loading="$apollo.loading" @click="showMoreContributions" />
|
||||
</div>
|
||||
|
||||
@ -247,6 +247,7 @@
|
||||
:infinite-scroll-disabled="$apollo.loading"
|
||||
:infinite-scroll-distance="10"
|
||||
:infinite-scroll-throttle-delay="800"
|
||||
:infinite-scroll-immediate-check="true"
|
||||
>
|
||||
<hc-load-more :loading="$apollo.loading" @click="showMoreContributions" />
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user