Skip to content

Commit

Permalink
chore: remove recursive when downstream and upstream aren't selected,…
Browse files Browse the repository at this point in the history
… use 5 when selected

Fixes #2070
  • Loading branch information
mainawycliffe committed Jul 31, 2024
1 parent c5bf776 commit a42a607
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/api/services/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,8 @@ export async function getConfigsChanges({
"recursive",
type_filter === "all" || type_filter === "none" ? "all" : type_filter
);
requestData.set("depth", 5);
} else {
// default to all
requestData.set("recursive", "all");
requestData.set("depth", 1);
}

Expand Down

0 comments on commit a42a607

Please sign in to comment.