From c66b9fc16b109aad88391ff50df81f9b4cccaa24 Mon Sep 17 00:00:00 2001 From: AllanOXDi Date: Thu, 8 Sep 2022 16:15:36 +0300 Subject: [PATCH] fix_editor_display --- .../administration/pages/Channels/ChannelActionsDropdown.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contentcuration/contentcuration/frontend/administration/pages/Channels/ChannelActionsDropdown.vue b/contentcuration/contentcuration/frontend/administration/pages/Channels/ChannelActionsDropdown.vue index 5c396640c5..415d05a753 100644 --- a/contentcuration/contentcuration/frontend/administration/pages/Channels/ChannelActionsDropdown.vue +++ b/contentcuration/contentcuration/frontend/administration/pages/Channels/ChannelActionsDropdown.vue @@ -153,7 +153,7 @@ return { name: RouteNames.USERS, query: { - search: `${this.name} ${this.channel.id}`, + keywords: `${this.name} ${this.channel.id}`, }, }; },