Skip to content

Commit

Permalink
default display value
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPicc committed Oct 31, 2022
1 parent da45127 commit 8f6005d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Interval.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
const dispatch = createEventDispatcher();
export let interval;
export let display;
export let display = true;
export let text = "Interval";
if (interval > 0) {
Expand Down

0 comments on commit 8f6005d

Please sign in to comment.