Skip to content

Commit

Permalink
Projects are expanded by default in the remote repository API
Browse files Browse the repository at this point in the history
  • Loading branch information
stsewd committed Oct 30, 2024
1 parent 14f9b95 commit 6aa8945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/project/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export class ProjectCreateView extends ResponsiveView {
init_search() {
const config = this.config();
const url =
config.urls.remoterepository_list + "?expand=projects&full_name={query}";
config.urls.remoterepository_list + "?full_name={query}";

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

0 comments on commit 6aa8945

Please sign in to comment.