completionId: cgen-b356f78fb7bb4bdbafb732b3681b32bb

cgen-b356f78fb7bb4bdbafb732b3681b32bb
This commit is contained in:
Builder.io 2025-11-15 04:28:23 +00:00
parent 9363bab408
commit 83983540c8

View file

@ -219,6 +219,7 @@ export default function Dashboard() {
}, [user?.id, setSearchParams]);
const handleTabChange = (value: string) => {
console.log("[Dashboard] Tab change:", value);
setActiveTab(value);
const next = new URLSearchParams(searchParams.toString());
if (value === "profile") {