Skip to content

Commit

Permalink
fix: update inlinecalendar default props
Browse files Browse the repository at this point in the history
  • Loading branch information
6eDesign committed Sep 19, 2021
1 parent ddab356 commit ecb3734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/InlineCalendar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
export let start = calendarDefaults.start;
export let end = calendarDefaults.end;
export let format = calendarDefaults.format;
export let formatted;
export let formatted = '';
export let theme = {};
export let defaultTheme = undefined;
export let startOfWeekIndex = 0;
Expand Down

0 comments on commit ecb3734

Please sign in to comment.