Skip to content

Commit

Permalink
Update store.ts
Browse files Browse the repository at this point in the history
Update course name to "Course 1"
  • Loading branch information
wlfrdssn authored Dec 29, 2024
1 parent b92e087 commit 23b5302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ function createNewEvent(state?: EventState): EventState {

Event.addCourse(
event,
Course.create(event.idGenerator.next(), "New course", [], scale, "normal")
Course.create(event.idGenerator.next(), "Course 1", [], scale, "normal")
);

return {
Expand Down

0 comments on commit 23b5302

Please sign in to comment.