forked from VinokurovVE/tests
Cleanup
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user