From 34d65254186ad662015b13fa0a2396d777d1623a Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Thu, 24 Oct 2024 15:25:37 -0400 Subject: [PATCH] add permissions banner --- frontend/src/components/v2/Alert/Alert.tsx | 2 +- .../RolePermissionsSection/RolePermissionsSection.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/v2/Alert/Alert.tsx b/frontend/src/components/v2/Alert/Alert.tsx index d090925f2..9b68f83bb 100644 --- a/frontend/src/components/v2/Alert/Alert.tsx +++ b/frontend/src/components/v2/Alert/Alert.tsx @@ -66,7 +66,7 @@ const Alert = forwardRef<
{hideTitle ? null : ( -
+
{defaultTitle}
)} diff --git a/frontend/src/views/Project/RolePage/components/RolePermissionsSection/RolePermissionsSection.tsx b/frontend/src/views/Project/RolePage/components/RolePermissionsSection/RolePermissionsSection.tsx index 48746bbfc..1e00306be 100644 --- a/frontend/src/views/Project/RolePage/components/RolePermissionsSection/RolePermissionsSection.tsx +++ b/frontend/src/views/Project/RolePage/components/RolePermissionsSection/RolePermissionsSection.tsx @@ -143,7 +143,7 @@ export const RolePermissionsSection = ({ roleSlug, isDisabled }: Props) => {