--
All checks were successful
Deploy / CreateImage (push) Successful in 3m21s
Deploy / DeployService (push) Successful in 27s

This commit is contained in:
Nastya 2025-06-09 23:55:24 +03:00
parent 929e6047cf
commit c396752ce6
2 changed files with 2 additions and 1 deletions

@ -3,6 +3,7 @@ import { ResultSettings } from "./ResultSettings";
import {
decrementCurrentStep,
incrementCurrentStep,
setCurrentStep,
} from "@root/quizes/actions";
import { Box, Button } from "@mui/material";
import ArrowLeft from "@icons/questionsPage/arrowLeft";

@ -27,7 +27,7 @@ export const useAfterPay = () => {
if (quizId) {
setEditQuizId(Number(quizId));
setCurrentStep(17); // Шаг для персонализации AI
navigate("/edit");
navigate("/personalization-ai");
}
}
}, [wayback, navigate]);