We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5cbe9 commit 105afdcCopy full SHA for 105afdc
src/views/Timeline.vue
@@ -27,7 +27,7 @@ export default {
27
return {
28
buckets: null,
29
daterange: null,
30
- timeintervalDefaultDuration: localStorage.durationDefault,
+ timeintervalDefaultDuration: Number.parseInt(localStorage.durationDefault),
31
maxDuration: 31 * 24 * 60 * 60,
32
};
33
},
0 commit comments