Skip to content

Commit

Permalink
forced dynamic on view response page
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavik-goplani committed Dec 31, 2023
1 parent 49daca7 commit 3a31ea3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/dashboard/view-response/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export const dynamic = 'force-dynamic'

export default function Home() {
return (
<div>
Expand Down

0 comments on commit 3a31ea3

Please sign in to comment.