Skip to content

Commit

Permalink
fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
iamshobhraj committed Nov 13, 2024
1 parent 90e4bcc commit 557c9d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kolibri/core/assets/src/views/UserTable/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

<template #tbody>
<tbody>
<KradioButtonGroup v-if="selectable && !enableMultipleSelection">
<KRadioButtonGroup v-if="selectable && !enableMultipleSelection">
<template v-if="users && users.length">
<tr
v-for="user in users"
Expand Down Expand Up @@ -207,7 +207,7 @@
</td>
</tr>
</template>
</KradioButtonGroup>
</KRadioButtonGroup>
<template v-else>
<tr
v-for="user in users"
Expand Down

0 comments on commit 557c9d3

Please sign in to comment.