- fix to empty states (#163)

* #150 - changed the default colour for empty states

* #150 - added empty states for user requests

* #31 - amended text for empty states - employee
This commit is contained in:
2022-06-07 12:43:38 +02:00
committed by GitHub
parent 4b06e6c02b
commit fe639f264d
4 changed files with 14 additions and 6 deletions

View File

@@ -38,7 +38,7 @@
</li>
<li v-if="! requests.length">
<p class="py-2">
<EmptyState class="text-gray-700">
<EmptyState>
<template #head>
<CollectionIcon class="mx-auto w-12 h-12" />
</template>
@@ -46,7 +46,7 @@
Brak wniosków
</template>
<template #text>
Nie ma oczekujących wniosków
Nie utworzono jeszcze wniosku
</template>
</EmptyState>
</p>