Skip to content

Commit

Permalink
- add navigation to page with employee equipment (#504)
Browse files Browse the repository at this point in the history
- fix
  • Loading branch information
EwelinaSkrzypacz authored Oct 31, 2024
1 parent 2532ced commit 9eed64a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions resources/js/Pages/Equipment/IndexForEmployee.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
XMarkIcon,
ComputerDesktopIcon,
} from '@heroicons/vue/24/solid'
import AppLayout from '@/Shared/Layout/AppLayout.vue'
const props = defineProps({
equipmentItems: Object,
Expand Down
1 change: 0 additions & 1 deletion resources/js/Pages/Users/Show.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { ComputerDesktopIcon } from '@heroicons/vue/24/outline'
import EmptyState from '@/Shared/Feedbacks/EmptyState.vue'
import UserOvertimeRequests from '@/Shared/Widgets/UserOvertimeRequests.vue'
import InertiaLink from '@/Shared/InertiaLink.vue'
import AppLayout from '@/Shared/Layout/AppLayout.vue'
import UserLayout from '@/Shared/Layout/UserLayout.vue'
const props = defineProps({
Expand Down

0 comments on commit 9eed64a

Please sign in to comment.