IO-3121 Generic Report Header

Signed-off-by: Allan Carr <allan.carr@thinkimex.com>
This commit is contained in:
Allan Carr
2025-02-04 18:11:48 -08:00
parent fa958cbbfe
commit b8b76cb96c
2 changed files with 2 additions and 2 deletions

View File

@@ -391,7 +391,7 @@ const fetchContextData = async (templateObject, jsrAuth) => {
});
contextData = data;
}
return { contextData, useShopSpecificTemplate };
return { contextData, useShopSpecificTemplate, shopSpecificFolder };
}
return await generateTemplate(templateQueryToExecute, templateObject, useShopSpecificTemplate, shopSpecificFolder);