Skip to content

Commit 6435775

Browse files
committed
fix: Disable editing role name
https://harperdb.atlassian.net/browse/FAB-402
1 parent b1050b9 commit 6435775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/features/organization/roles/modals/EditOrganizationRoleModal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ export function EditOrganizationRoleModal({
180180
type="text"
181181
className=""
182182
{...field}
183-
disabled={isSelf || !update}
184-
readOnly={isSelf || !update}
183+
disabled={true}
184+
readOnly={true}
185185
/>
186186
</FormControl>
187187
<FormMessage />

0 commit comments

Comments
 (0)