getting results and an excel file

This commit is contained in:
Tatiana Nikolaeva 2025-06-09 16:22:52 +05:00
parent a75275c7de
commit 3c466a98d3
8 changed files with 214 additions and 42 deletions

View file

@ -87,10 +87,9 @@ export const CompletingSurvey = () => {
answers: selectedAnswers
});
navigate('/surveys');
navigate('/my-surveys');
} catch (error) {
console.error('Ошибка при отправке ответов:', error);
alert('Произошла ошибка при отправке ответов');
}
};