Improve Snackbar

This commit is contained in:
2024-11-14 09:33:45 +01:00
parent c2fe6ee3d2
commit f4d5f54846
12 changed files with 192 additions and 209 deletions

View File

@@ -107,7 +107,7 @@ export const useExerciseStore = defineStore("exerciseStore", {
}
}
feedbackStore.changeBanner(bannerState)
feedbackStore.addSnackbar(bannerState)
this.getAllExercises()
}
})