fixed warning about practice_category_id

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

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

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

Loading…
Cancel
Save