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,