Renames nextCollectionsPage variable for better clarity.

This commit is contained in:
mateuswetah 2022-06-22 15:05:45 -03:00
parent dcfdfe4ee0
commit 771b284ae5
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ export default defineComponent({
cancel: this.$t('label_cancel')
});
this.setIsLoading(true);
await this.loadItemsByCollection();
await this.loadItemsByCollection({}, true);
this.setIsLoading(false);
},
});