Merged develop into feature/ExamGenRework
This commit is contained in:
@@ -29,7 +29,7 @@ interface Props {
|
||||
hideSidebar?: boolean
|
||||
}
|
||||
|
||||
export default function ExamPage({ page, user, destination = "/exam", hideSidebar = false }: Props) {
|
||||
export default function ExamPage({ page, user, destination = "/", hideSidebar = false }: Props) {
|
||||
const [variant, setVariant] = useState<Variant>("full");
|
||||
const [avoidRepeated, setAvoidRepeated] = useState(false);
|
||||
const [hasBeenUploaded, setHasBeenUploaded] = useState(false);
|
||||
|
||||
Reference in New Issue
Block a user