Skip to content

Commit

Permalink
[#104] Change defaultActiveKey w/ question in dashboard/faqs page
Browse files Browse the repository at this point in the history
  • Loading branch information
ifirmawan committed Nov 6, 2024
1 parent d35fa32 commit eabfba5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const FAQPage = ({ searchParams }) => {
<Card>
<div className={classNames(openSans.className, "p-6 xl:p-12")}>
<FAQCollapsible
defaultActiveKey={[question]}
question={question}
wrapClass="w-full flex flex-col items-start justify-start"
contentClass="w-full 2xl:w-10/12"
center={false}
Expand Down

0 comments on commit eabfba5

Please sign in to comment.