Merge branch 'dev' into feat/discussions
This commit is contained in:
commit
edc52a559c
181 changed files with 7820 additions and 1515 deletions
|
@ -13,6 +13,7 @@ import { LearningPathNode } from '@/data-objects/learning-paths/learning-path-no
|
|||
import { useGetLearningPathQuery } from '@/queries/learning-paths.ts';
|
||||
import { useLearningObjectListForPathQuery } from '@/queries/learning-objects.ts';
|
||||
import { useI18n } from 'vue-i18n';
|
||||
import { AccountType } from '@dwengo-1/common/src/util/account-types.ts';
|
||||
|
||||
const props = defineProps<{
|
||||
hruid: string;
|
||||
|
@ -95,7 +96,7 @@ function submitQuestion(): void {
|
|||
|
||||
<template>
|
||||
<div
|
||||
v-if="authService.authState.activeRole === 'student' && pathIsAssignment"
|
||||
v-if="authService.authState.activeRole === AccountType.Student && pathIsAssignment"
|
||||
class="question-box"
|
||||
>
|
||||
<div class="input-wrapper">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue