fix(employees_list): added schedule_preset_id to return object

This commit is contained in:
Matthieu Haineault 2025-12-11 10:47:50 -05:00
parent a859ad8107
commit c3681e50c7

View File

@ -1,6 +1,6 @@
<script setup lang="ts">
/* eslint-disable */
import { onMounted, ref } from 'vue';
import { onMounted } from 'vue';
import { date } from 'quasar';
import { useTimesheetApprovalApi } from 'src/modules/timesheet-approval/composables/use-timesheet-approval-api';
import { useTimesheetStore } from 'src/stores/timesheet-store';