fix: hotfix calendar error400
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Carlos Satorres 2025-02-28 15:32:02 +01:00
parent 910e726879
commit 65ed302594
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ const deleteEvent = async (event, date) => {
if (data) emit('onDeletedEvent', date.getTime());
};
const handleDateSelected = async (date) => {
const handleDateSelected = (date) => {
if (!props.absenceType) {
notify(t('Choose an absence type from the right menu'), 'warning');
return;