We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3959ffc commit 00f03e9Copy full SHA for 00f03e9
contentcuration/contentcuration/frontend/channelList/views/ChannelListIndex.vue
@@ -256,7 +256,7 @@
256
if (this.$route.name === RouteNames.CHANNELS_EDITABLE) {
257
this.$router.replace({ name: RouteNames.CATALOG_ITEMS });
258
} else if (!CATALOG_PAGES.includes(this.$route.name)) {
259
- this.$router.push({ name: RouteNames.CATALOG_ITEMS });
+ this.$router.replace({ name: RouteNames.CATALOG_ITEMS });
260
}
261
262
},
0 commit comments