Skip to content

Commit

Permalink
refactor: delete consolelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-komlyk committed Apr 25, 2024
1 parent 09fc9e0 commit f282bb1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ const AddBenefitForm = ({ iconsData }: any) => {
onSubmit={handleSubmit}
>
{(props: FormikProps<any>) => {
console.log(props.values.file)
return (
<Form
onSubmit={props.handleSubmit}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ const EditBenefitForm = ({ benefitData }: { benefitData: IBenefit }) => {
{ setSubmitting }: FormikHelpers<any>,
) => {
setSubmitting(true)
console.log(selectedIcon, values.file)
try {
if (selectedIcon) {
await updateBenefit.mutateAsync({
Expand Down

0 comments on commit f282bb1

Please sign in to comment.