Skip to content

Commit 00f03e9

Browse files
Added route.replace
Signed-off-by: Abhishek-Punhani <[email protected]>
1 parent 3959ffc commit 00f03e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentcuration/contentcuration/frontend/channelList/views/ChannelListIndex.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
if (this.$route.name === RouteNames.CHANNELS_EDITABLE) {
257257
this.$router.replace({ name: RouteNames.CATALOG_ITEMS });
258258
} else if (!CATALOG_PAGES.includes(this.$route.name)) {
259-
this.$router.push({ name: RouteNames.CATALOG_ITEMS });
259+
this.$router.replace({ name: RouteNames.CATALOG_ITEMS });
260260
}
261261
}
262262
},

0 commit comments

Comments
 (0)