From 24483631a068ff98ce4049c36b86d669b586cb71 Mon Sep 17 00:00:00 2001 From: = Date: Tue, 1 Oct 2024 21:30:26 +0530 Subject: [PATCH] feat: removed discard icon --- .../RolePermissionsSection/RolePermissionsSection.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 && (