This commit is contained in:
cracklesparkle
2024-07-19 14:43:58 +09:00
parent a3043afa7b
commit 53e9a8cadf
25 changed files with 8 additions and 197 deletions

View File

@ -43,7 +43,6 @@ export default function CreateCompanyModal({
const onSubmit: SubmitHandler<ICompany> = async (data) => {
try {
const response: AxiosResponse<ApiResponse> = await RoleService.createRole(data)
console.log(response.data)
} catch (error) {
console.error(error)
}