Rebuild frontend.

This commit is contained in:
James Cole
2021-04-19 06:49:58 +02:00
parent f1798a1c97
commit 6e0be9a6a2
29 changed files with 67 additions and 66 deletions

View File

@@ -179,9 +179,9 @@ const actions = {
end = endOfDay(end);
break;
}
console.log('Range is ' + viewRange);
console.log('Start is ' + start);
console.log('End is ' + end);
// console.log('Range is ' + viewRange);
// console.log('Start is ' + start);
// console.log('End is ' + end);
context.commit('setStart', start);
context.commit('setEnd', end);
context.commit('setDefaultStart', start);