trigger data button api update
This commit is contained in:
parent
755352d37c
commit
099fbddada
@ -37,7 +37,7 @@ export const getManufacturingMonthlyOverview = async (year, quarter) => {
|
||||
export const autoSubmitSurvey = async (year, quarter) => {
|
||||
try {
|
||||
const response = await postRequest(
|
||||
'/survey_auto_submit',
|
||||
'/survey_auto_submit_and_calculate',
|
||||
{
|
||||
year,
|
||||
quarter,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user