quiz preview is hidden by default
This commit is contained in:
parent
cca074feb4
commit
2d47eb0058
@ -10,7 +10,7 @@ interface QuizPreviewStore {
|
||||
export const useQuizPreviewStore = create<QuizPreviewStore>()(
|
||||
devtools(
|
||||
(set, get) => ({
|
||||
isPreviewShown: true,
|
||||
isPreviewShown: false,
|
||||
currentQuestionIndex: 0,
|
||||
}),
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user