removes typo and debugging print from Calendar.js

This commit is contained in:
SimonGschnell
2024-09-11 13:56:39 +02:00
parent d80761d952
commit aef267186f
+1 -2
View File
@@ -104,9 +104,8 @@ export default {
},
methods: {
handleInput(day) {
// set the event when clicking on the lernveranstaltung in the data
// set the event when clicking on the lehrveranstaltung in the data
this.currentlySelectedEvent = day[1];
console.log(this.currentlySelectedEvent)
// showing the modal
Vue.nextTick(()=>{
this.$refs.calendarModal.show();