From fe9d960c7a70f77a141d2913a74d3a3b8ec69b23 Mon Sep 17 00:00:00 2001 From: Tushar Verma Date: Wed, 15 Oct 2025 14:59:07 +0530 Subject: [PATCH 1/2] fix/channel-not-found-error-page --- .../frontend/channelEdit/views/ChannelEditAppError.vue | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/contentcuration/contentcuration/frontend/channelEdit/views/ChannelEditAppError.vue b/contentcuration/contentcuration/frontend/channelEdit/views/ChannelEditAppError.vue index a7644b6d54..eaf1896b8a 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/views/ChannelEditAppError.vue +++ b/contentcuration/contentcuration/frontend/channelEdit/views/ChannelEditAppError.vue @@ -13,12 +13,7 @@ - - @@ -39,7 +34,6 @@ import MainNavigationDrawer from 'shared/views/MainNavigationDrawer'; import ToolBar from 'shared/views/ToolBar'; import ChannelNotFoundError from 'shared/views/errors/ChannelNotFoundError'; - import ChannelDeletedError from 'shared/views/errors/ChannelDeletedError'; import GenericError from 'shared/views/errors/GenericError'; // NOTE: 404 Error Page for the topic level is contained inside of TreeViewBase @@ -47,7 +41,6 @@ name: 'ChannelEditAppError', components: { ChannelNotFoundError, - ChannelDeletedError, GenericError, MainNavigationDrawer, ToolBar, From efb7850469529d6ea856065001ced75c7a5b713b Mon Sep 17 00:00:00 2001 From: Tushar Verma Date: Wed, 15 Oct 2025 15:22:59 +0530 Subject: [PATCH 2/2] removed-channelDeletedError.vue --- .../views/errors/ChannelDeletedError.vue | 46 ------------------- 1 file changed, 46 deletions(-) delete mode 100644 contentcuration/contentcuration/frontend/shared/views/errors/ChannelDeletedError.vue diff --git a/contentcuration/contentcuration/frontend/shared/views/errors/ChannelDeletedError.vue b/contentcuration/contentcuration/frontend/shared/views/errors/ChannelDeletedError.vue deleted file mode 100644 index e317726c3c..0000000000 --- a/contentcuration/contentcuration/frontend/shared/views/errors/ChannelDeletedError.vue +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - -