Fix DataTable: emptyMessage passthrough

Fixes #6006

Fix missing `pt`/`unstyled` props on empty message table row
pull/6455/head
Phil Starkey 2024-09-23 14:35:01 +10:00 committed by GitHub
parent c0ed5f22bc
commit 6f785fdb2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
/>
</template>
</template>
<DTBodyRow v-else :empty="empty" :columns="columns" :templates="templates" />
<DTBodyRow v-else :empty="empty" :columns="columns" :templates="templates" :unstyled="unstyled" :pt="pt" />
</tbody>
</template>