Skip to content

Commit

Permalink
#2490 Restore subject page setting
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalizer committed May 8, 2024
1 parent 90c410c commit 3b8b445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard-prime/src/components/subjects/SubjectPage.vue
Expand Up @@ -28,7 +28,7 @@ onMounted(() => {
})
const isLoadingData = computed(() => {
return subjectState.isLoadingSubject; // || projConfig.loadingProjConfig
return subjectState.isLoadingSubject.value; // || projConfig.loadingProjConfig
})
const navItems = computed(() => {
Expand Down

0 comments on commit 3b8b445

Please sign in to comment.