analytica-frontend-lib 1.1.24 → 1.1.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5533,7 +5533,7 @@ var QuizFooter = forwardRef10(
5533
5533
  const [modalResultOpen, setModalResultOpen] = useState7(false);
5534
5534
  const [modalNavigateOpen, setModalNavigateOpen] = useState7(false);
5535
5535
  const [modalResolutionOpen, setModalResolutionOpen] = useState7(false);
5536
- const [filterType, setFilterType] = useState7(void 0);
5536
+ const [filterType, setFilterType] = useState7("all");
5537
5537
  const unansweredQuestions = getUnansweredQuestionsFromUserAnswers();
5538
5538
  const allQuestions = getTotalQuestions();
5539
5539
  const handleFinishQuiz = async () => {