Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rajku-dev committed Jan 10, 2025
1 parent 9a2a3fd commit 35ef107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Users/CreateUserForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export default function CreateUserForm({ onSubmitSuccess }: Props) {
});
},
});

const onSubmit = (data: z.infer<typeof userFormSchema>) => {
createUser({
username: data.username,
Expand Down

0 comments on commit 35ef107

Please sign in to comment.