diff --git a/contentcuration/contentcuration/frontend/channelEdit/views/ImportFromChannels/SearchOrBrowseWindow.vue b/contentcuration/contentcuration/frontend/channelEdit/views/ImportFromChannels/SearchOrBrowseWindow.vue index 55f348f138..c4637da638 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/views/ImportFromChannels/SearchOrBrowseWindow.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/views/ImportFromChannels/SearchOrBrowseWindow.vue @@ -178,6 +178,7 @@ ...this.$route.query, ...(this.isBrowsing ? { languages: this.languageFromChannelList } : {}), last: this.$route.query.last || this.$route.path, + page: 1, }, }); this.languageFromChannelList = null;