fix: hotfix calendar error400
gitea/salix-front/pipeline/pr-master This commit looks good
Details
gitea/salix-front/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
910e726879
commit
65ed302594
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue