Skip to content

Commit

Permalink
fix: props value in checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
rdjanuar committed Oct 17, 2024
1 parent ee67f00 commit 1a4a930
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/runtime/components/data/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
<td v-if="modelValue" :class="ui.checkbox.padding">
<UCheckbox
:model-value="isSelected(row)"
:value="row"
v-bind="ui.default.checkbox"
aria-label="Select row"
@change="onChangeCheckbox($event, row)"
Expand Down

0 comments on commit 1a4a930

Please sign in to comment.