Fix selection of pages where chrome is not shown
This commit is contained in:
parent
82f01dbcf0
commit
60f0582a1d
|
|
@ -188,6 +188,10 @@ const router = createRouter({
|
|||
component: () => import("@/pages/userProfile/CompetenceProfilePage.vue"),
|
||||
props: true,
|
||||
name: "profileCompetence",
|
||||
meta: {
|
||||
hideChrome: true,
|
||||
showCloseButton: true,
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: "",
|
||||
|
|
@ -196,10 +200,6 @@ const router = createRouter({
|
|||
import(
|
||||
"@/components/selfEvaluationFeedback/SelfEvaluationAndFeedbackOverview.vue"
|
||||
),
|
||||
meta: {
|
||||
hideChrome: true,
|
||||
showCloseButton: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "evaluations",
|
||||
|
|
|
|||
Loading…
Reference in New Issue