Skip to content

Commit

Permalink
web: fix labels on group view page
Browse files Browse the repository at this point in the history
This is a wild bug, because what caused it and how it manifested are seemingly
unrelated as to be hallcinatory.
  • Loading branch information
kensternberg-authentik committed Nov 21, 2023
1 parent 5d19819 commit da31602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/admin/groups/GroupViewPage.ts
Expand Up @@ -118,7 +118,7 @@ export class GroupViewPage extends AKElement {
<div class="pf-c-description-list__text">
<ak-status-label
type="warning"
?good${this.group.isSuperuser}
?good=${this.group.isSuperuser}
></ak-status-label>
</div>
</dd>
Expand Down

0 comments on commit da31602

Please sign in to comment.