-
+
+
+
const props = defineProps({
content: String,
- title: String,
});
-
-const { $store } = useNuxtApp();
-
-function cancel() {
- $store.commit("updateStore", { name: "showmodal", data: undefined });
-}
diff --git a/app/components/snackbar/Info.vue b/app/components/snackbar/Info.vue
index 5e6b9ed..cc47637 100644
--- a/app/components/snackbar/Info.vue
+++ b/app/components/snackbar/Info.vue
@@ -5,10 +5,4 @@
const props = defineProps({
content: String,
});
-
-const { $store } = useNuxtApp();
-
-function cancel() {
- $store.commit("updateStore", { name: "showmodal", data: undefined });
-}
diff --git a/app/components/snackbar/SnackBar.vue b/app/components/snackbar/SnackBar.vue
index 0c14f63..17cb1f2 100644
--- a/app/components/snackbar/SnackBar.vue
+++ b/app/components/snackbar/SnackBar.vue
@@ -1,34 +1,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+