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')
|
cancel: this.$t('label_cancel')
|
||||||
});
|
});
|
||||||
this.setIsLoading(true);
|
this.setIsLoading(true);
|
||||||
await this.loadItemsByCollection();
|
await this.loadItemsByCollection({}, true);
|
||||||
this.setIsLoading(false);
|
this.setIsLoading(false);
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue