Skip to content

Commit

Permalink
chore: test용 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiacho committed Dec 31, 2024
1 parent 817107e commit 9c5c251
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/org/OrgAdmin/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ function OrgAdmin() {
setIntroPart(part);
};

const handleValidateHomeInputs = () =>
validationHomeInputs(getValues, setError, onChangeIntroPart);

const onSubmit: SubmitHandler<FieldValues> = (data) => {
const handleValidateCommonInputs = () =>
validationCommonInputs(getValues, setError, setGroup);
Expand Down

0 comments on commit 9c5c251

Please sign in to comment.