fix(Schedule): initial when.day to []

sentry issue #1874850840
This commit is contained in:
Matthieu Bessat 2020-09-03 18:58:55 +02:00
parent 32d30be943
commit c1d3e80e79

View file

@ -347,7 +347,7 @@ export default {
toDeleteCategory: {},
oldEditCategory: {},
whenModal: false,
when: { day: '', from: '', to: '' },
when: { day: [], from: '', to: '' },
deleteWhenModal: false,
toDeleteWhen: {},
oldEditWhen: {},