fix: update routing in settings and onboarding components to use 'tab' query parameter instead of 'section' for improved navigation consistency

This commit is contained in:
Anish Sarkar 2026-03-08 20:26:48 +05:30
parent 0f2d3bba3c
commit 863ba6865c
9 changed files with 138 additions and 352 deletions

View file

@ -158,7 +158,7 @@ const DocumentUploadPopupContent: FC<{
: "You need to configure a Document Summary LLM before uploading files. This LLM is used to process and summarize your uploaded documents."}
</p>
<Button asChild size="sm" variant="outline">
<Link href={`/dashboard/${searchSpaceId}/settings?section=models`}>
<Link href={`/dashboard/${searchSpaceId}/settings?tab=models`}>
<Settings className="mr-2 h-4 w-4" />
Go to Settings
</Link>