From c9532908e7ea9d01679585891064f71064c1e358 Mon Sep 17 00:00:00 2001 From: Odalys Adam Date: Thu, 18 Apr 2024 09:16:47 +0200 Subject: [PATCH] fix alert error --- src/layouts/newLoggedIn.layout.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/newLoggedIn.layout.vue b/src/layouts/newLoggedIn.layout.vue index 2f30457268..3e144e17b3 100644 --- a/src/layouts/newLoggedIn.layout.vue +++ b/src/layouts/newLoggedIn.layout.vue @@ -14,7 +14,7 @@ - + @@ -30,7 +30,7 @@ import { ref, computed } from "vue"; import { useDisplay } from "vuetify"; import SkipLinks from "@/components/molecules/SkipLinks.vue"; import { Sidebar } from "@ui-layout"; -import Snackbar from "@/components/molecules/Alert.vue"; +import AlertContainer from "@/components/molecules/AlertContainer.vue"; import LoadingStateDialog from "@/components/molecules/LoadingStateDialog.vue"; import ApplicationErrorWrapper from "@/components/molecules/ApplicationErrorWrapper.vue"; import autoLogoutWarning from "@/components/organisms/AutoLogoutWarning.vue";