Skip to content

Commit e989950

Browse files
committed
Fix start/stop UI issue
1 parent 2ac26b6 commit e989950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/lib/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export async function getSurveySessions(surveyUUID: string, filter: string) {
163163
}
164164

165165
export async function updateSurvey(surveyUUID: string, payload: object) {
166-
return await patch(`/app/surveys/${surveyUUID}`, payload, true)
166+
return await patch(`/app/surveys/${surveyUUID}`, payload, false)
167167
}
168168

169169
export async function submitQuestionAnswer(

0 commit comments

Comments
 (0)