Skip to content

Commit 6aa8945

Browse files
committed
Projects are expanded by default in the remote repository API
Ref readthedocs/readthedocs.org#11731
1 parent 14f9b95 commit 6aa8945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/project/create.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export class ProjectCreateView extends ResponsiveView {
127127
init_search() {
128128
const config = this.config();
129129
const url =
130-
config.urls.remoterepository_list + "?expand=projects&full_name={query}";
130+
config.urls.remoterepository_list + "?full_name={query}";
131131

132132
this.search_config({
133133
// We use a Knockout template here, embedded in the template as a script

0 commit comments

Comments
 (0)