Disable SuperAdmin slide toggle on users own row

pull/2639/head
Alex P 2017-12-20 16:05:07 -08:00
parent 9a08438f07
commit 96a1224c4f
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ const UsersTableRow = ({
active={user.superAdmin}
onToggle={onChangeSuperAdmin(user)}
size="xs"
disabled={userIsMe}
/>
</td>
</Authorized>