Skip to content

Commit

Permalink
Remove chrome from role removal button.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Jul 28, 2024
1 parent 08312d3 commit 70bd4e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/org/[orgid]/people/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
><RoleLink roleID={role.id}
>{#if isAdmin}<Button
tip="Unassign this role from this person"
chromeless
action={async () => {
const error = await queryOrError(
errors,
Expand Down

0 comments on commit 70bd4e7

Please sign in to comment.