Skip to content

Commit

Permalink
fix(vc-table): noHeaderCheckbox hide only checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimzinchuk committed Jan 21, 2025
1 parent da7bd52 commit 99f072a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion framework/ui/components/organisms/vc-table/vc-table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,12 @@
>
<div class="vc-table__header-row">
<div
v-if="multiselect && items && items.length && !noHeaderCheckbox"
v-if="multiselect && items && items.length"
class="vc-table__header-checkbox"
>
<div class="vc-table__header-checkbox__content">
<VcCheckbox
v-if="!noHeaderCheckbox"
v-model="headerCheckbox"
size="m"
@click.stop
Expand Down

0 comments on commit 99f072a

Please sign in to comment.