fixed warning about practice_category_id

practiced-songs
Matthew Huntington 1 year ago
parent e15e618319
commit e463f43693

@ -6,6 +6,7 @@
return {
categories:[],
categorySessions:[],
practice_category_id:0
}
},
methods: {

@ -20,7 +20,8 @@
secondsToSubtract:0,
micThreshold:-1,
micLevel:0,
micThresholdExceeded:false
micThresholdExceeded:false,
practice_category_id:0
}
},
methods: {

Loading…
Cancel
Save