Skip to content

Commit

Permalink
fix alert error
Browse files Browse the repository at this point in the history
  • Loading branch information
odalys-dataport committed Apr 18, 2024
1 parent 0c2ff91 commit c953290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/newLoggedIn.layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<v-main id="main-content">
<application-error-wrapper>
<snackbar />
<AlertContainer />
<router-view />
</application-error-wrapper>
</v-main>
Expand All @@ -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";
Expand Down

0 comments on commit c953290

Please sign in to comment.