forked from FoundKeyGang/FoundKey
Increase featured limit
This commit is contained in:
parent
c47818fed4
commit
28b63298e5
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ export default Vue.extend({
|
|||
this.fetching = true;
|
||||
|
||||
this.$root.api('notes/featured', {
|
||||
limit: 10
|
||||
limit: 15
|
||||
}).then(notes => {
|
||||
this.notes = notes;
|
||||
this.fetching = false;
|
||||
|
|
|
@ -36,7 +36,7 @@ export default Vue.extend({
|
|||
this.fetching = true;
|
||||
|
||||
this.$root.api('notes/featured', {
|
||||
limit: 10
|
||||
limit: 15
|
||||
}).then(notes => {
|
||||
this.notes = notes;
|
||||
this.fetching = false;
|
||||
|
|
Loading…
Reference in a new issue