Selaa lähdekoodia

update combo

tags/Baseline_30082024_FRONTEND_UAT
MSI\derek 1 vuosi sitten
vanhempi
commit
a0be2b8d2c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/components/CreateStaff/CreateStaff.tsx

+ 1
- 1
src/components/CreateStaff/CreateStaff.tsx Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna