[Client] Show more images
This commit is contained in:
parent
37daff6d61
commit
d15cce5337
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ export default Vue.extend({
|
||||||
this.$root.api('users/notes', {
|
this.$root.api('users/notes', {
|
||||||
userId: this.user.id,
|
userId: this.user.id,
|
||||||
fileType: image,
|
fileType: image,
|
||||||
limit: 6,
|
limit: 9,
|
||||||
untilDate: new Date().getTime() + 1000 * 86400 * 365
|
untilDate: new Date().getTime() + 1000 * 86400 * 365
|
||||||
}).then(notes => {
|
}).then(notes => {
|
||||||
for (const note of notes) {
|
for (const note of notes) {
|
||||||
|
|
Loading…
Reference in a new issue