feat : update add-expert & live report table

This commit is contained in:
hanif salafi 2025-06-09 16:06:09 +07:00
parent 30a97afcfb
commit 874cc9604d
2 changed files with 2 additions and 1 deletions

View File

@ -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();

View File

@ -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
); );