Sfoglia il codice sorgente

update combo

tags/Baseline_30082024_FRONTEND_UAT
MSI\derek 1 anno fa
parent
commit
a0be2b8d2c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/components/CreateStaff/CreateStaff.tsx

+ 1
- 1
src/components/CreateStaff/CreateStaff.tsx Vedi File

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


Caricamento…
Annulla
Salva