Vereinheitliche Empty States in Tabellen
This commit is contained in:
@@ -79,13 +79,8 @@
|
||||
:columns="normalizeTableColumns(columns)"
|
||||
:loading="pending"
|
||||
:on-select="(row) => navigateTo(`/staff/profiles/${row.original?.id || row.id}`)"
|
||||
>
|
||||
<template #empty>
|
||||
<div class="py-10 text-center text-sm text-gray-500">
|
||||
Keine Mitarbeiterprofile gefunden.
|
||||
</div>
|
||||
</template>
|
||||
</UTable>
|
||||
:empty="{ icon: 'i-heroicons-circle-stack-20-solid', label: 'Keine Mitarbeiterprofile gefunden' }"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user