fix(@desktop/chat): search triggered from within community doesn't seem to preset the right search location

Fixes #5213
This commit is contained in:
Sale Djenic 2022-04-06 13:44:49 +02:00 committed by Iuri Matias
parent d38e8073bf
commit 3a4c6bfd71
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ QtObject {
function getSearchLocationObject() {
if(!root.appSearchModule)
return ""
root.appSearchModule.getSearchLocationObject()
return root.appSearchModule.getSearchLocationObject()
}
function resultItemClicked(itemId) {