diff --git a/frontend/src/pages/Dashboard/index.js b/frontend/src/pages/Dashboard/index.js index 730aee8..9f2416b 100644 --- a/frontend/src/pages/Dashboard/index.js +++ b/frontend/src/pages/Dashboard/index.js @@ -292,9 +292,7 @@ const Dashboard = () => { dispatch({ type: "RESET" }) dispatch({ type: "LOAD_QUERY", payload: data.usersProfile }) - const { data: ticketStatusChatEndData } = await api.get("/reports/count/statusChatEnd", { - params: { startDate: startDate, endDate: endDate }, - }) + const { data: ticketStatusChatEndData } = await api.get("/reports/count/statusChatEnd") setTicketStatusChatEnd(ticketStatusChatEndData.reportStatusChatEnd)