Parcourir la source

update combo

tags/Baseline_30082024_FRONTEND_UAT
MSI\derek il y a 1 an
Parent
révision
a0be2b8d2c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/components/CreateStaff/CreateStaff.tsx

+ 1
- 1
src/components/CreateStaff/CreateStaff.tsx Voir le fichier

@@ -171,7 +171,7 @@ const CreateStaff: React.FC<formProps> = ({ Title }) => {
id: "companyId", id: "companyId",
label: t("Company"), label: t("Company"),
type: "combo-Obj", type: "combo-Obj",
options: teamCombo,
options: companyCombo,
required: true, required: true,
}, },
{ {


Chargement…
Annuler
Enregistrer