Skip to content

Commit

Permalink
Update checkboxe's default slot to KDS update
Browse files Browse the repository at this point in the history
<label> is not needed anymore since it will be
provided by KCheckbox
  • Loading branch information
MisRob committed Aug 24, 2022
1 parent bb14818 commit 414c1ac
Showing 1 changed file with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,12 @@
:checked="superuserChecked"
@change="superuserChecked = $event"
>
<label :style="superuserLabelStyle">
<span>{{ $tr('makeSuperAdmin') }}</span>
<PermissionsIcon
permissionType="SUPERUSER"
class="permissions-icon"
:lightIcon="superuserDisabled"
/>
</label>
<span :style="superuserLabelStyle">{{ $tr('makeSuperAdmin') }}</span>
<PermissionsIcon
permissionType="SUPERUSER"
class="permissions-icon"
:lightIcon="superuserDisabled"
/>
</KCheckbox>

<ul
Expand Down

0 comments on commit 414c1ac

Please sign in to comment.