Skip to content

Commit

Permalink
Add quotes to firstDayOfWeek parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
702573N authored Dec 22, 2022
1 parent cce8047 commit d6f1566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasksCalendar/demo_file.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```dataviewjs
await dv.view("tasksCalendar", {pages: "", view: "month", firstDayOfWeek: 1, options: "style1"})
await dv.view("tasksCalendar", {pages: "", view: "month", firstDayOfWeek: "1", options: "style1"})
```

0 comments on commit d6f1566

Please sign in to comment.