fix: Resolve Server Component serialization error on shared links
All checks were successful
Automated Container Build / build-and-push (push) Successful in 51s
All checks were successful
Automated Container Build / build-and-push (push) Successful in 51s
This commit is contained in:
parent
cab4757be2
commit
a65e371449
3 changed files with 10 additions and 13 deletions
|
|
@ -87,11 +87,6 @@ export default async function SharedPage(props: SharedPageProps) {
|
|||
}}
|
||||
retakeIds={null}
|
||||
isShared={true}
|
||||
onFinished={() => {
|
||||
// In shared mode, finishes local results display, when closed we can reload
|
||||
// but QuizViewer doesn't handle the restart well in shared mode if we just close.
|
||||
// We'll let it stay on results or the user can refresh.
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue