Skip to content

Commit

Permalink
fix wrong type
Browse files Browse the repository at this point in the history
  • Loading branch information
samyipsh committed Nov 6, 2023
1 parent a010666 commit 0ccaae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/collab/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ const UpdateMatchRequestForm = ({
resolver: zodResolver(updateMatchRequestSchema),
});

const onSubmit: SubmitHandler<CreateMatchRequestData> = (data) => {
const onSubmit: SubmitHandler<UpdateMatchRequestData> = (data) => {
onUpdate(data);
};

Expand Down

0 comments on commit 0ccaae0

Please sign in to comment.