Skip to content

Commit

Permalink
Add dehydratedState
Browse files Browse the repository at this point in the history
  • Loading branch information
vhande committed Nov 21, 2024
1 parent a1023fd commit 4a7cd94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/organizers/[organizerId]/preview/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ export const getServerSideProps = getApplicationServerSideProps(
console.error(error);
return {
props: {
dehydratedState: {},
dehydratedState: dehydrate(queryClient),
cookies,
},
};
}
Expand Down

0 comments on commit 4a7cd94

Please sign in to comment.