Skip to content
Snippets Groups Projects
Commit 29689fd6 authored by permcu's avatar permcu
Browse files

Fix select-timetable value prop type

Timetable.vue binds an object to select-timetable v-model.
parent 955800d1
No related branches found
No related tags found
2 merge requests!334Fix select-timetable value prop type,!301New data model based on calendar events
Pipeline #172852 failed
......@@ -5,7 +5,7 @@ export default {
name: "SelectTimetable",
props: {
value: {
type: String,
type: Object,
required: false,
default: null,
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment