♻️ 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

@@ -19,7 +19,7 @@ import { useMutation, useQueryClient } from "@tanstack/react-query"
import {
type ApiError,
type UserOut,
type UserPublic,
type UserUpdate,
UsersService,
} from "../../client"
@@ -27,7 +27,7 @@ import useCustomToast from "../../hooks/useCustomToast"
import { emailPattern } from "../../utils"
interface EditUserProps {
user: UserOut
user: UserPublic
isOpen: boolean
onClose: () => void
}