fix(lxc): remove duplicate property in WeeklyView and sync to v1.8.7
This commit is contained in:
parent
f70a235c57
commit
ecd9be03ce
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "my-weekly-todo-list",
|
"name": "my-weekly-todo-list",
|
||||||
"version": "1.8.6",
|
"version": "1.8.7",
|
||||||
"description": "A web-based weekly task management application that organizes to-dos and calendar events in a single, intuitive weekly view",
|
"description": "A web-based weekly task management application that organizes to-dos and calendar events in a single, intuitive weekly view",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@ -674,7 +674,6 @@ export default function WeeklyView() {
|
|||||||
hourLabelFormat: "short",
|
hourLabelFormat: "short",
|
||||||
showSubHourSlots: true,
|
showSubHourSlots: true,
|
||||||
dayHeaderGap: "0.75em",
|
dayHeaderGap: "0.75em",
|
||||||
showSubHourSlots: true,
|
|
||||||
allDayPosition: "above",
|
allDayPosition: "above",
|
||||||
focusTimerDuration: 25,
|
focusTimerDuration: 25,
|
||||||
focusBreakDuration: 5,
|
focusBreakDuration: 5,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user