Use navigation handler for tab change
cgen-aa8edd378ff148929977f70d28567bae
This commit is contained in:
parent
5764f6022f
commit
da4b3f9ee5
1 changed files with 1 additions and 1 deletions
|
|
@ -1797,7 +1797,7 @@ export default function Community() {
|
|||
|
||||
<Tabs
|
||||
value={activeTab}
|
||||
onValueChange={setActiveTab}
|
||||
onValueChange={handleTabChange}
|
||||
className="space-y-12"
|
||||
>
|
||||
<div className="container mx-auto px-4">
|
||||
|
|
|
|||
Loading…
Reference in a new issue