Display profile filter on mobile also
This commit is contained in:
parent
bf5482e39c
commit
dff81c0a6b
|
|
@ -98,7 +98,7 @@ const changeViewType = (viewType: ViewType) => {
|
||||||
</div>
|
</div>
|
||||||
<!-- Right -->
|
<!-- Right -->
|
||||||
<LearningPathProfileFilter
|
<LearningPathProfileFilter
|
||||||
v-if="!useMobileLayout && course?.configuration.is_vv"
|
v-if="course?.configuration.is_vv"
|
||||||
:profiles="course?.profiles"
|
:profiles="course?.profiles"
|
||||||
:selected="filter"
|
:selected="filter"
|
||||||
@select="updateCourseProfile"
|
@select="updateCourseProfile"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue