mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-01 20:03:30 +02:00
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:
parent
0f2d3bba3c
commit
863ba6865c
9 changed files with 138 additions and 352 deletions
|
|
@ -148,7 +148,7 @@ export function ChatShareButton({ thread, onVisibilityChange, className }: ChatS
|
|||
<button
|
||||
type="button"
|
||||
onClick={() =>
|
||||
router.push(`/dashboard/${params.search_space_id}/settings?section=public-links`)
|
||||
router.push(`/dashboard/${params.search_space_id}/settings?tab=public-links`)
|
||||
}
|
||||
className="flex items-center justify-center h-8 w-8 rounded-md bg-muted/50 hover:bg-muted transition-colors"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue