defect fix for download local questionnaire
This commit is contained in:
@@ -230,6 +230,7 @@ export const generateRepPDF = async (
|
||||
var queryUrl =
|
||||
"/api/file/generatepdf" + (options.download ? "?download=true" : "");
|
||||
|
||||
formValues.containerID = containerID;
|
||||
try {
|
||||
return await postSignedFileJson(queryUrl, formValues, {
|
||||
...(options.download ? { responseType: "blob" } : {})
|
||||
|
||||
Reference in New Issue
Block a user