feat : update add-expert & live report table
This commit is contained in:
parent
30a97afcfb
commit
874cc9604d
|
|
@ -130,6 +130,7 @@ export default function AddExpertForm() {
|
||||||
userCompetencyId: data.skills,
|
userCompetencyId: data.skills,
|
||||||
userExperienceId: data.experiences,
|
userExperienceId: data.experiences,
|
||||||
companyName: data.company,
|
companyName: data.company,
|
||||||
|
isAdmin: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
loading();
|
loading();
|
||||||
|
|
|
||||||
|
|
@ -129,7 +129,7 @@ const LiveReportTable = () => {
|
||||||
const res = await paginationSchedule(
|
const res = await paginationSchedule(
|
||||||
showData,
|
showData,
|
||||||
page - 1,
|
page - 1,
|
||||||
selectedType,
|
"",
|
||||||
search,
|
search,
|
||||||
statusFilter
|
statusFilter
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue