We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2380be5 commit 01165b7Copy full SHA for 01165b7
frontend/src/components/users/ManageUsers.tsx
@@ -157,7 +157,7 @@ export const ManageUsers = (): JSX.Element => {
157
setAdmin(profile.email);
158
}
159
}}
160
- disabled={profile.email === currentUser.email || currentUser.read_only_user}
+ disabled={profile.email === currentUser.email || profile.read_only_user}
161
/>
162
</TableCell>
163
<TableCell align="left">
0 commit comments