File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 117
117
</v-list >
118
118
</v-navigation-drawer >
119
119
120
- <SnackbarNew />
120
+ <Snackbar />
121
121
122
122
<AppBar v-model =" showNavigationDrawer" data-test =" app-bar" />
123
123
@@ -164,7 +164,7 @@ import Namespace from "@/components/Namespace/Namespace.vue";
164
164
import AppBar from " ../components/AppBar/AppBar.vue" ;
165
165
import QuickConnection from " ../components/QuickConnection/QuickConnection.vue" ;
166
166
import NamespaceAdd from " @/components/Namespace/NamespaceAdd.vue" ;
167
- import SnackbarNew from " @/components/Snackbar/SnackbarNew .vue" ;
167
+ import Snackbar from " @/components/Snackbar/Snackbar .vue" ;
168
168
169
169
const router = useRouter ();
170
170
const store = useStore ();
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<v-app >
3
- <SnackbarNew />
3
+ <Snackbar />
4
4
<v-main class =" d-flex justify-center align-center" >
5
5
<v-container
6
6
class =" full-height d-flex justify-center align-center"
46
46
import { computed } from " vue" ;
47
47
import { useRouter } from " vue-router" ;
48
48
import Logo from " ../assets/logo-inverted.png" ;
49
- import SnackbarNew from " @/components/Snackbar/SnackbarNew .vue" ;
49
+ import Snackbar from " @/components/Snackbar/Snackbar .vue" ;
50
50
import { envVariables } from " ../envVariables" ;
51
51
52
52
const router = useRouter ();
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<v-app >
3
- <SnackbarNew />
3
+ <Snackbar />
4
4
<v-main class =" d-flex justify-center align-center" >
5
5
<v-container
6
6
class =" full-height d-flex justify-center align-center"
41
41
import { computed } from " vue" ;
42
42
import { useRouter } from " vue-router" ;
43
43
import Logo from " ../assets/logo-inverted.png" ;
44
- import SnackbarNew from " @/components/Snackbar/SnackbarNew .vue" ;
44
+ import Snackbar from " @/components/Snackbar/Snackbar .vue" ;
45
45
46
46
const router = useRouter ();
47
47
const currentRoute = computed (() => router .currentRoute );
You can’t perform that action at this time.
0 commit comments