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 14f9b95 commit 6aa8945Copy full SHA for 6aa8945
src/js/project/create.js
@@ -127,7 +127,7 @@ export class ProjectCreateView extends ResponsiveView {
127
init_search() {
128
const config = this.config();
129
const url =
130
- config.urls.remoterepository_list + "?expand=projects&full_name={query}";
+ config.urls.remoterepository_list + "?full_name={query}";
131
132
this.search_config({
133
// We use a Knockout template here, embedded in the template as a script
0 commit comments