소스 검색

update

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

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

@@ -60,10 +60,6 @@ const CreateStaff: React.FC<formProps> = ({ combos }) => {

const errors = formProps.formState.errors;

const checkDuplicates = (str1: string, str2: string, str3: string) => {
return str1 === str2 || str1 === str3 || str2 === str3;
}

const onSubmit = useCallback<SubmitHandler<CreateStaffInputs>>(
async (data) => {
try {


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