Fix showSnack in main.js

This commit is contained in:
D. Berge
2025-08-11 23:48:08 +02:00
parent 3f9776b61d
commit 25690eeb52

View File

@@ -62,9 +62,7 @@ new Vue({
showSnack(text, colour = "primary") {
console.log("showSnack", text, colour);
this.snackColour = colour;
this.snackText = text;
this.snack = true;
this.$store.dispatch("showSnack", [text, colour]);
},
sendJwt () {