diff --git a/frontend/src/views/Project/RolePage/components/RolePermissionsSection/RolePermissionsSection.tsx b/frontend/src/views/Project/RolePage/components/RolePermissionsSection/RolePermissionsSection.tsx index 7e37e076c..5508fbca6 100644 --- a/frontend/src/views/Project/RolePage/components/RolePermissionsSection/RolePermissionsSection.tsx +++ b/frontend/src/views/Project/RolePage/components/RolePermissionsSection/RolePermissionsSection.tsx @@ -1,5 +1,5 @@ import { FormProvider, useForm } from "react-hook-form"; -import { faCancel, faPlus, faSave } from "@fortawesome/free-solid-svg-icons"; +import { faPlus, faSave } from "@fortawesome/free-solid-svg-icons"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import { zodResolver } from "@hookform/resolvers/zod"; import { twMerge } from "tailwind-merge"; @@ -81,12 +81,11 @@ export const RolePermissionsSection = ({ roleSlug, isDisabled }: Props) => { <> {isDirty && (