forked from forgejo/forgejo
Backport #26461
(cherry picked from commit 9112ce22a4
)
This commit is contained in:
parent
3e48942b1e
commit
a12ea7a7cd
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ function makeCollections({mentions, emoji}) {
|
|||
|
||||
if (mentions) {
|
||||
collections.push({
|
||||
values: window.config.tributeValues,
|
||||
values: window.config.tributeValues ?? [],
|
||||
requireLeadingSpace: true,
|
||||
menuItemTemplate: (item) => {
|
||||
return `
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue