trigger data button api update

This commit is contained in:
naveen prabhu 2026-06-09 18:12:22 +05:30
parent 755352d37c
commit 099fbddada

View File

@ -37,7 +37,7 @@ export const getManufacturingMonthlyOverview = async (year, quarter) => {
export const autoSubmitSurvey = async (year, quarter) => { export const autoSubmitSurvey = async (year, quarter) => {
try { try {
const response = await postRequest( const response = await postRequest(
'/survey_auto_submit', '/survey_auto_submit_and_calculate',
{ {
year, year,
quarter, quarter,