Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
fix: class name in SbDataTableHeader.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisi Linhart committed Nov 6, 2023
1 parent f9adad0 commit 07217d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DataTable/components/SbDataTableHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<tr>
<th
v-if="allowSelection && isMultiple"
class="sb-data-table__head -cell"
class="sb-data-table__head-cell"
:data-testid="`${dataTestid}-checkbox-cell`"
>
<SbCheckbox
Expand Down

0 comments on commit 07217d8

Please sign in to comment.