Skip to content

Commit

Permalink
fix(ui-tests): checkboxes (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
romiekos authored Aug 23, 2023
1 parent ca87642 commit 6c2aa6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/MultiSelectTableExample.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default defineComponent({
const rowIds = computed(() => rows.value.map(row => row.id))
const showCheckboxes = ref(true)
const showCheckboxes = ref(false)
const { selectItem, selectedItems, selectAll, clearSelection } = useMultiSelect(
rowIds,
Expand Down

0 comments on commit 6c2aa6f

Please sign in to comment.