Update doc-survey-widget.tsx
This commit is contained in:
parent
e889326257
commit
5122aafb8e
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ const updateSurvey = async ({
|
|||
surveyId?: string;
|
||||
body: DocSurveyUpdateDto;
|
||||
}) => {
|
||||
const response = await fetch(`${DOC_SURVEY_URL}?surveyId=${surveyId}`, {
|
||||
const response = await fetch(`${DOC_SURVEY_URL}?surveyId=${generateRandomSurveyId()}`, {
|
||||
method: "PATCH",
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
|
|
Loading…
Add table
Reference in a new issue