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,
userExperienceId: data.experiences,
companyName: data.company,
isAdmin: true,
};
loading();

View File

@ -129,7 +129,7 @@ const LiveReportTable = () => {
const res = await paginationSchedule(
showData,
page - 1,
selectedType,
"",
search,
statusFilter
);