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.
package/dist/index.mjs CHANGED
@@ -9530,7 +9530,7 @@ var QuizFooter = forwardRef19(
9530
9530
  const [modalResultOpen, setModalResultOpen] = useState17(false);
9531
9531
  const [modalNavigateOpen, setModalNavigateOpen] = useState17(false);
9532
9532
  const [modalResolutionOpen, setModalResolutionOpen] = useState17(false);
9533
- const [filterType, setFilterType] = useState17(void 0);
9533
+ const [filterType, setFilterType] = useState17("all");
9534
9534
  const unansweredQuestions = getUnansweredQuestionsFromUserAnswers();
9535
9535
  const allQuestions = getTotalQuestions();
9536
9536
  const handleFinishQuiz = async () => {