♻️ Regenerate frontend client (#1156)

This commit is contained in:
Alejandra
2024-04-06 18:26:12 -05:00
committed by GitHub
parent e5670212ea
commit b92de6eb4f
14 changed files with 61 additions and 61 deletions

View File

@@ -17,7 +17,7 @@ import { useMutation, useQueryClient } from "@tanstack/react-query"
import {
type ApiError,
type UserOut,
type UserPublic,
type UserUpdateMe,
UsersService,
} from "../../client"
@@ -37,7 +37,7 @@ const UserInformation = () => {
reset,
getValues,
formState: { isSubmitting, errors, isDirty },
} = useForm<UserOut>({
} = useForm<UserPublic>({
mode: "onBlur",
criteriaMode: "all",
defaultValues: {