We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50592f7 commit f212746Copy full SHA for f212746
packages/app/src/app/pages/Search/Results/index.js
@@ -31,6 +31,7 @@ const Results = () => {
31
id: hit.objectID,
32
alias: hit.alias,
33
git: hit.git,
34
+ title: hit.title,
35
}),
36
37
}}
0 commit comments