mirror of
https://github.com/wekan/wekan.git
synced 2026-02-03 15:11:48 +01:00
Global search - fix label not found
This commit is contained in:
parent
7a5aa469cd
commit
7b8d67de63
3 changed files with 5 additions and 1 deletions
|
|
@ -1872,7 +1872,7 @@ Cards.globalSearch = queryParams => {
|
|||
});
|
||||
});
|
||||
} else {
|
||||
errors.notFound.labels.push({ tag: 'label', value: label });
|
||||
errors.notFound.labels.push(label);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue