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,
|
||||
userExperienceId: data.experiences,
|
||||
companyName: data.company,
|
||||
isAdmin: true,
|
||||
};
|
||||
|
||||
loading();
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ const LiveReportTable = () => {
|
|||
const res = await paginationSchedule(
|
||||
showData,
|
||||
page - 1,
|
||||
selectedType,
|
||||
"",
|
||||
search,
|
||||
statusFilter
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue