getting results and an excel file
This commit is contained in:
parent
a75275c7de
commit
3c466a98d3
8 changed files with 214 additions and 42 deletions
|
|
@ -87,10 +87,9 @@ export const CompletingSurvey = () => {
|
|||
answers: selectedAnswers
|
||||
});
|
||||
|
||||
navigate('/surveys');
|
||||
navigate('/my-surveys');
|
||||
} catch (error) {
|
||||
console.error('Ошибка при отправке ответов:', error);
|
||||
alert('Произошла ошибка при отправке ответов');
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue