diff --git a/src/components/ui/VnTable.vue b/src/components/ui/VnTable.vue index 5cbe6c3e..027f10b6 100644 --- a/src/components/ui/VnTable.vue +++ b/src/components/ui/VnTable.vue @@ -25,14 +25,14 @@ const props = defineProps({ :no-data-label="props.noDataLabel || t('noInvoicesFound')" :hide-bottom="props.hideBottom" :rows-per-page-options="props.rowsPerPageOptions" - table-header-class="vnTable-header-default" + table-header-class="vntable-header-default" >