Explorar el Código

update

tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui hace 1 año
padre
commit
9ec3022739
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      src/components/CreateTeam/StaffAllocation.tsx

+ 3
- 3
src/components/CreateTeam/StaffAllocation.tsx Ver fichero

@@ -11,10 +11,10 @@ import {
useForm,
useFormContext,
} from "react-hook-form";
import CreateTeamForm from "../CreateTeamForm";
// import CreateTeamForm from "../CreateTeamForm";
import { CreateTeamInputs } from "@/app/api/team/actions";
import { Staff4TransferList, fetchStaffCombo } from "@/app/api/staff/actions";
import { StaffResult, StaffTeamTable } from "@/app/api/staff";
// import { Staff4TransferList, fetchStaffCombo } from "@/app/api/staff/actions";
import { StaffResult } from "@/app/api/staff";
import SearchResults, { Column } from "../SearchResults";
import { Clear, PersonAdd, PersonRemove, Search } from "@mui/icons-material";
import { Card } from "reactstrap";


Cargando…
Cancelar
Guardar