Skip to content

Commit

Permalink
save to local whenever workoutExercises changes
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyAsh5114 committed Jul 3, 2024
1 parent 10ba514 commit 1b6e9ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/workouts/manage/workoutRunes.svelte.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ function createWorkoutRunes() {
},
set workoutExercises(value) {
workoutExercises = value;
saveStoresToLocalStorage();
},
saveStoresToLocalStorage,
resetStores,
Expand Down

0 comments on commit 1b6e9ad

Please sign in to comment.