fix
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled

This commit is contained in:
2026-04-07 19:19:59 -06:00
parent 17e816761f
commit 3697078fc3

View File

@@ -106,11 +106,11 @@ function clickMenu(name: string) {
if (roleSuper.value) { if (roleSuper.value) {
router.push({ router.push({
name: "tutorial-editor", name: "tutorial-editor",
params: { display: step.value }, params: { display: 0 },
}) })
break break
} else if (roleAdmin.value) { } else if (roleAdmin.value) {
router.push({ name: "challenge-editor" }) router.push({ name: "challenge-editor", params: { display: 0 } })
break break
} else { } else {
break break