소스 검색

update

tags/Baseline_30082024_FRONTEND_UAT
MSI\derek 1 년 전
부모
커밋
cfd24a260f
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. +6
    -6
      src/components/CreateStaff/CreateStaff.tsx

+ 6
- 6
src/components/CreateStaff/CreateStaff.tsx 파일 보기

@@ -215,12 +215,12 @@ const CreateStaff: React.FC<formProps> = ({ Title }) => {
// value: "",
// required: false,
// },
{
id: "hourlyRate",
label: t("Hourly Rate"),
type: "numeric-testing",
required: true,
},
// {
// id: "hourlyRate",
// label: t("Hourly Rate"),
// type: "numeric-testing",
// required: true,
// },
{
id: "employType",
label: t("Employ Type"),


불러오는 중...
취소
저장