Skip to content

Commit 105afdc

Browse files
committed
fix: fixed invalid type
1 parent fc5cbe9 commit 105afdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Timeline.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default {
2727
return {
2828
buckets: null,
2929
daterange: null,
30-
timeintervalDefaultDuration: localStorage.durationDefault,
30+
timeintervalDefaultDuration: Number.parseInt(localStorage.durationDefault),
3131
maxDuration: 31 * 24 * 60 * 60,
3232
};
3333
},

0 commit comments

Comments
 (0)