Skip to content

Commit

Permalink
ignore sortBy and sortOrder in AppSidebarNav getQueryString
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Jan 8, 2025
1 parent e53c5e3 commit 1f63ace
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/web/ui/layout/sidebar/app-sidebar-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,9 @@ export function AppSidebarNav({
currentArea={currentArea}
data={{
slug: slug || "",
queryString: getQueryString(),
queryString: getQueryString(undefined, {
ignore: ["sortBy", "sortOrder"],
}),
flags,
programs,
session: session || undefined,
Expand Down

0 comments on commit 1f63ace

Please sign in to comment.