Skip to content

Commit ef1369a

Browse files
committed
chore: remove modal on dashboard
1 parent 873db80 commit ef1369a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/(app)/dashboard/page.client.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import {
99
DialogFooter,
1010
} from '@/components/ui/dialog';
1111
import { Button } from '@/components/ui/button';
12-
import OnboardingModal from '@/components/app/onboarding/onboarding-modal';
1312

1413
export default function ClientPage({
1514
children,
@@ -79,7 +78,6 @@ export default function ClientPage({
7978
</DialogFooter>
8079
</DialogContent>
8180
</Dialog>
82-
<OnboardingModal searchParams={searchParams} />
8381
<div>{children}</div>
8482
</>
8583
);

0 commit comments

Comments
 (0)