Skip to content

Commit

Permalink
Merge pull request #3611 from AllanOXDi/fix_editor_display
Browse files Browse the repository at this point in the history
fix_editor_display
  • Loading branch information
rtibbles authored Sep 8, 2022
2 parents 3dd217d + c66b9fc commit 8940eb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
return {
name: RouteNames.USERS,
query: {
search: `${this.name} ${this.channel.id}`,
keywords: `${this.name} ${this.channel.id}`,
},
};
},
Expand Down

0 comments on commit 8940eb1

Please sign in to comment.