Renames nextCollectionsPage variable for better clarity.
This commit is contained in:
parent
dcfdfe4ee0
commit
771b284ae5
|
@ -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);
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue