Skip to content

Commit 8940eb1

Browse files
authored
Merge pull request #3611 from AllanOXDi/fix_editor_display
fix_editor_display
2 parents 3dd217d + c66b9fc commit 8940eb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contentcuration/contentcuration/frontend/administration/pages/Channels/ChannelActionsDropdown.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
return {
154154
name: RouteNames.USERS,
155155
query: {
156-
search: `${this.name} ${this.channel.id}`,
156+
keywords: `${this.name} ${this.channel.id}`,
157157
},
158158
};
159159
},

0 commit comments

Comments
 (0)