|
|
@@ -2677,7 +2677,7 @@ function initTemplateSearch() { |
|
|
|
// Parse the response from the api to work with our dropdown |
|
|
|
$.each(response.data, (_r, repo) => { |
|
|
|
filteredResponse.results.push({ |
|
|
|
name: htmlEncode(repo.full_name), |
|
|
|
name: htmlEncode(repo.full_display_name), |
|
|
|
value: repo.id |
|
|
|
}); |
|
|
|
}); |
|
|
|