Hotfix: WorkerTimeControlSendEmail #1107

Merged
jon merged 3 commits from Hotfix-WorkerTimeControlSendEmail into master 2024-12-18 11:02:09 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 06d3a025fc - Show all commits

View File

@ -395,7 +395,6 @@ const resendEmail = async () => {
workerId: Number(route.params.id),
state: 'SENDED',
};
console.log('params: ', params);
await axios.post('WorkerTimeControls/weekly-hour-record-email', params);
await getMailStates(selectedDate.value);
notify(t('Email sended'), 'positive');