update application page, table.

This commit is contained in:
2026-04-16 11:54:58 +07:00
parent 720f13e9bb
commit 925b42199c
12 changed files with 265 additions and 91 deletions

View File

@@ -8,6 +8,5 @@ export const createHistorianCV = async (payload: any) => {
export const apiGetUserApplications = async (payload :any) => {
const response = await api.get(API.Historian.APPLICATION, { params: payload });
// console.log("API Response:", response.data);
return response?.data;
};