We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb2bf9 commit 399dd91Copy full SHA for 399dd91
1 file changed
src/components/ui/accordion.tsx
@@ -8,7 +8,7 @@ type AccordionItemProps = {
8
}
9
10
export function AccordionItem({ title, children }: AccordionItemProps) {
11
- const [open, setOpen] = React.useState(false)
+ const [open, setOpen] = React.useState(true)
12
return (
13
<div className="border-b">
14
<button
0 commit comments