Skip to content

Commit

Permalink
fix(@dpc-sdp/ripple-tide-api): increase menu depth for breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
David Featherston committed Sep 19, 2023
1 parent 70fe053 commit 43ea5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ripple-tide-api/src/services/tide-api-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default class TideApiBase extends HttpClient {
const params = {
site: siteId,
filter: {
max_depth: 4,
max_depth: 7,
fields: 'title,url,parent,weight'
}
}
Expand Down

0 comments on commit 43ea5ef

Please sign in to comment.