diff --git a/src/context/Patterns.tsx b/src/context/Patterns.tsx index 2dbd8ed..8a97260 100644 --- a/src/context/Patterns.tsx +++ b/src/context/Patterns.tsx @@ -91,7 +91,7 @@ export class Pattern { this.createdAt = dayjs().valueOf(); this.lastModifiedAt = null; this.smoothRepeat = true; - this.Pulses = []; + this.pulses = []; } }