From 01c7ffddc583f5b30744de9bcc488400dd62d355 Mon Sep 17 00:00:00 2001 From: Kamil Niemczycki Date: Tue, 7 Jun 2022 12:02:38 +0200 Subject: [PATCH] #150 - added empty states for user requests --- resources/js/Pages/VacationRequest/Index.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/resources/js/Pages/VacationRequest/Index.vue b/resources/js/Pages/VacationRequest/Index.vue index 9db138d..ff6cbcc 100644 --- a/resources/js/Pages/VacationRequest/Index.vue +++ b/resources/js/Pages/VacationRequest/Index.vue @@ -176,7 +176,14 @@ colspan="100%" class="py-4 text-xl leading-5 text-center text-gray-700" > - Brak danych + + + + @@ -195,6 +202,7 @@ import { Listbox, ListboxButton, ListboxLabel, ListboxOption, ListboxOptions } f import { reactive, watch } from 'vue' import { debounce } from 'lodash' import { Inertia } from '@inertiajs/inertia' +import EmptyState from '@/Shared/Feedbacks/EmptyState' const props = defineProps({ requests: Object,